From 02cdaf72fa69679ce216db476c62bd49236bfe3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Fri, 24 Nov 2023 15:45:24 +0100 Subject: [PATCH] doc: readme tweaks --- README.md | 4 ++-- doc/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cae176a5..90ec55ac 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ **Canaille** is a French word meaning *rascal*. It is roughly pronounced **Can I?**, -as in *Can I access your data?* Canaille is a simple account manager and an OpenID Connect provider based upon a LDAP database. +as in *Can I access your data?* Canaille is a simplistic identity and authorization management software. It aims to be very light, simple to install and simple to maintain. Its main features are : - User profile and groups management; - Authentication, registration, email confirmation, "I forgot my password" emails; - OpenID Connect identity provider; -- LDAP first-class citizenship; +- postgresql, mariadb and OpenLDAP first-class citizenship; - Customizable, themable; - The code is easy to read and easy to edit! diff --git a/doc/index.rst b/doc/index.rst index 1ca11cb4..1fbf4710 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -2,14 +2,14 @@ Canaille ======== **Canaille** is a French word meaning *rascal*. It is roughly pronounced **Can I?**, -as in *Can I access your data?* Canaille is a simple OpenID Connect provider based upon a LDAP database. +as in *Can I access your data?* Canaille is a simplistic identity and authorization management software. It aims to be very light, simple to install and simple to maintain. Its main features are : - User profile and groups management; - Authentication, registration, email confirmation, "I forgot my password" emails; - OpenID Connect identity provider; -- LDAP first-class citizenship; +- postgresql, mariadb and OpenLDAP first-class citizenship; - Customizable, themable; - The code is easy to read and easy to edit!