From 7f07f9242492d83eecfc8f5a4e207a31525f37f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Tue, 15 Aug 2023 17:20:26 +0200 Subject: [PATCH] chore: README --- README.md | 4 ++-- doc/index.rst | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 669b8f10..f810b566 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/index.rst b/doc/index.rst index 1eb93fea..6b7278b3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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 ===========