chore: README

This commit is contained in:
Éloi Rivard 2023-08-15 17:20:26 +02:00
parent 4642829d80
commit 7f07f92424
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184
2 changed files with 8 additions and 7 deletions

View file

@ -7,11 +7,11 @@ as in *Can I access your data?* Canaille is a simple account manager and an Open
It aims to be very light, simple to install and simple to maintain. Its main features are :
- Authentication and user profile edition against a LDAP directory;
- "I forgot my password" emails;
- Registration, email confirmation, "I forgot my password" emails;
- Only OpenID Connect: no outdated or exotic protocol support;
- No additional database required: everything is stored in your LDAP server;
- Customizable, themable;
- The code is easy to read and easy to edit, and you should!
- The code is easy to read and easy to edit!
# Screenshots

View file

@ -6,11 +6,12 @@ as in *Can I access your data?* Canaille is a simple OpenID Connect provider bas
It aims to be very light, simple to install and simple to maintain. Its main features are :
- Authentication against a LDAP directory;
- OAuth/OpenID Connect support;
- No outdated or exotic protocol support;
- No additional database required. Everything is stored in your LDAP server;
- The code is easy to read and easy to edit.
- Authentication and user profile edition against a LDAP directory;
- Registration, email confirmation, "I forgot my password" emails;
- Only OpenID Connect: no outdated or exotic protocol support;
- No additional database required: everything is stored in your LDAP server;
- Customizable, themable;
- The code is easy to read and easy to edit!
Screenshots
===========