Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-21 | 🩹 more generic way of managing registration module import | Étienne Loks | |
2025-07-21 | ♻️ django 3.2 deprecation: url -> re_path ; ugettext_lazy -> gettext_lazy | Étienne Loks | |
2023-07-07 | ✨ enable password recovering by email | Étienne Loks | |
2023-07-07 | 💚 fix registration import for CI | Étienne Loks | |
2023-07-07 | 💄 open registration form: disabled by default - improve layout | Étienne Loks | |
2023-07-07 | 💄 update password form: improve layout - redirect to start page | Étienne Loks | |
2023-04-04 | Manage expiration of passwords | Étienne Loks | |
2023-03-08 | UI: show/hide password on login | Étienne Loks | |
2022-12-12 | registration: adapt for pip install | Étienne Loks | |
2022-12-12 | Fix urls import | Étienne Loks | |
2022-12-12 | Migration to Django 2.2 - many fixes | Étienne Loks | |
- remove redondant permissions - fix missing kwargs for widget and form fields - fix default to callable for model field - quick and dirty fix for datepicker - is_authenticated() -> is_authenticated - fix registration urls - remove six usage (no more python2) |