This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/passbook/core
Jens Langhammer e86cae6cac Merge branch '18-password-expiry' into 'master'
Resolve "Password Expiry"

Closes #18

See merge request BeryJu.org/passbook!2
2019-03-03 16:53:31 +00:00
..
auth switch to PolicyEngine everywhere 2019-02-27 15:49:20 +01:00
forms use HTML5 autocomplete values to better handle password managers 2019-03-02 23:19:58 +01:00
management add import_users script to import users from CSV with already hashed passwords 2019-03-02 22:40:47 +01:00
migrations switch from first_name and last_name to name 2019-02-27 15:09:05 +01:00
static automatically fill slug field while typing 2019-02-21 17:01:12 +01:00
templates improve error display on forms 2019-02-27 15:49:05 +01:00
templatetags switch to PolicyEngine everywhere 2019-02-27 15:49:20 +01:00
tests switch from first_name and last_name to name 2019-02-27 15:09:05 +01:00
views use HTML5 autocomplete values to better handle password managers 2019-03-02 23:19:58 +01:00
__init__.py bump version: 0.1.1-alpha -> 0.1.1-beta 2019-02-27 17:45:10 +01:00
admin.py add working oauth and ldap client 2018-11-11 13:41:48 +01:00
apps.py Rule -> Policies 2019-02-16 10:24:31 +01:00
celery.py add psycopg2 as dependency 2019-02-21 16:30:56 +01:00
exceptions.py implement password policy checking on signup and password change closes #8 2019-02-26 15:40:58 +01:00
models.py Fix negate on FieldMatcherPolicy 2019-03-03 17:21:58 +01:00
policies.py Fix negate on FieldMatcherPolicy 2019-03-03 17:21:58 +01:00
requirements.txt add psycopg2 as dependency 2019-02-21 16:30:56 +01:00
settings.py add password policy 2019-03-03 17:12:05 +01:00
signals.py switch to PolicyEngine everywhere 2019-02-27 15:49:20 +01:00
tasks.py add E-Mail support via celery task, untested, closes #17 2019-02-26 14:10:53 +01:00
urls.py user/ -> _/user/ to prevent duplicate URLs 2019-02-26 09:08:49 +01:00
wsgi.py add working oauth and ldap client 2018-11-11 13:41:48 +01:00