summaryrefslogtreecommitdiff
path: root/ishtar_common/urls_registration.py
AgeCommit message (Collapse)Author
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-04Manage expiration of passwordsÉtienne Loks
2023-03-08UI: show/hide password on loginÉtienne Loks
2022-12-12registration: adapt for pip installÉtienne Loks
2022-12-12Fix urls importÉtienne Loks
2022-12-12Migration 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)