.. |
auth
|
Keep GET parameters throughout entire login process
|
2019-02-27 12:35:48 +01:00 |
forms
|
autofocus password field
|
2019-02-27 12:35:57 +01:00 |
management
|
fix broken Docker build and helm package
|
2019-02-26 12:34:51 +01:00 |
migrations
|
add PasswordPolicyForm back in
|
2019-02-26 15:41:11 +01:00 |
static
|
automatically fill slug field while typing
|
2019-02-21 17:01:12 +01:00 |
templates
|
fix display on mobile
|
2019-02-27 09:33:12 +01:00 |
templatetags
|
add hook for Factors to show user settings. closes #5
|
2019-02-25 13:20:07 +01:00 |
tests
|
remove hardcoded passwords
|
2019-02-26 13:06:22 +01:00 |
views
|
Keep GET parameters throughout entire login process
|
2019-02-27 12:35:48 +01:00 |
__init__.py
|
bump version: 0.0.10-alpha -> 0.0.11-alpha
|
2019-02-26 13:06:26 +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
|
implement password policy checking on signup and password change closes #8
|
2019-02-26 15:40:58 +01:00 |
policies.py
|
implement password policy checking on signup and password change closes #8
|
2019-02-26 15:40:58 +01:00 |
requirements.txt
|
add psycopg2 as dependency
|
2019-02-21 16:30:56 +01:00 |
settings.py
|
enable always_eager when unittesting
|
2019-02-26 14:24:50 +01:00 |
signals.py
|
implement password policy checking on signup and password change closes #8
|
2019-02-26 15:40:58 +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 |