canaille-globuzma/canaille
Éloi Rivard fdf8f1e550
fix: SQL backend password scheme loading
Use Backend.instance instead of flask.current_app, so it allows the
backend to be loaded independently from the Flask context.
2025-01-08 16:53:11 +01:00
..
app refacto password validation by adds chanes in class PasswordResetForm instead of in functions, AND readds validators in registration function because of required caracter of the password fields 2024-12-23 10:42:49 +01:00
backends fix: SQL backend password scheme loading 2025-01-08 16:53:11 +01:00
core Resolve "Impossible to update my password" 2025-01-07 15:58:39 +00:00
oidc refactor: rename 'themes' module in 'templating' 2024-12-22 15:59:09 +01:00
scim wip 2024-12-11 17:46:14 +01:00
static feat : Added sms OTP authentication and multi-factor authentication methods chaining 2024-12-10 11:27:18 +01:00
templates adds progress bar in reset form 2024-12-23 10:42:49 +01:00
themes/default refactor: moved template logic from 'theme/base.html' to 'template/base.html' 2023-08-14 15:48:56 +02:00
translations Update translation files 2024-12-23 14:26:52 +01:00
__init__.py refactor: rename 'themes' module in 'templating' 2024-12-22 15:59:09 +01:00
commands.py feat: --version CLI option 2025-01-02 23:31:24 +01:00
config.sample.toml adds password expiry policy with a new method on User class 2024-12-19 11:20:26 +01:00