forked from Github-Mirrors/canaille
doc: readme tweaks
This commit is contained in:
parent
e1f54fffbc
commit
02cdaf72fa
2 changed files with 4 additions and 4 deletions
|
@ -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!
|
||||||
|
|
||||||
|
|
|
@ -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!
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue