doc: readme tweaks

This commit is contained in:
Éloi Rivard 2023-11-24 15:45:24 +01:00
parent e1f54fffbc
commit 02cdaf72fa
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184
2 changed files with 4 additions and 4 deletions

View file

@ -3,13 +3,13 @@
</div> </div>
**Canaille** is a French word meaning *rascal*. It is roughly pronounced **Can I?**, **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 : It aims to be very light, simple to install and simple to maintain. Its main features are :
- User profile and groups management; - User profile and groups management;
- Authentication, registration, email confirmation, "I forgot my password" emails; - Authentication, registration, email confirmation, "I forgot my password" emails;
- OpenID Connect identity provider; - OpenID Connect identity provider;
- LDAP first-class citizenship; - postgresql, mariadb and OpenLDAP first-class citizenship;
- Customizable, themable; - Customizable, themable;
- The code is easy to read and easy to edit! - The code is easy to read and easy to edit!

View file

@ -2,14 +2,14 @@ Canaille
======== ========
**Canaille** is a French word meaning *rascal*. It is roughly pronounced **Can I?**, **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 : It aims to be very light, simple to install and simple to maintain. Its main features are :
- User profile and groups management; - User profile and groups management;
- Authentication, registration, email confirmation, "I forgot my password" emails; - Authentication, registration, email confirmation, "I forgot my password" emails;
- OpenID Connect identity provider; - OpenID Connect identity provider;
- LDAP first-class citizenship; - postgresql, mariadb and OpenLDAP first-class citizenship;
- Customizable, themable; - Customizable, themable;
- The code is easy to read and easy to edit! - The code is easy to read and easy to edit!