Password reset, standardize some stuff.
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 29 Mar 2019 13:25:08 +0000 (14:25 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 29 Mar 2019 13:25:08 +0000 (14:25 +0100)
commit3a65fcbfa423d5627e41c2f9e17c464d4a594087
tree507b0f6e81c8652af62a5273f6a49d981a33f8d5
parente01cec52e391ee93340d8b0884f9c046e6ad4144
Password reset, standardize some stuff.
26 files changed:
.gitignore
src/accounts/forms.py
src/accounts/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/accounts/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/accounts/locale/pl_PL/LC_MESSAGES/django.mo [deleted file]
src/accounts/locale/pl_PL/LC_MESSAGES/django.po [deleted file]
src/accounts/migrations/0002_servicegroup_serviceuser.py [new file with mode: 0644]
src/accounts/models.py
src/accounts/templates/account/base.html [new file with mode: 0644]
src/accounts/templates/account/profile.html
src/accounts/templates/registration/password_change_done.html [new file with mode: 0644]
src/accounts/templates/registration/password_change_form.html [new file with mode: 0644]
src/accounts/templates/registration/password_reset_complete.html [new file with mode: 0644]
src/accounts/templates/registration/password_reset_confirm.html [new file with mode: 0644]
src/accounts/templates/registration/password_reset_done.html [new file with mode: 0644]
src/accounts/templates/registration/password_reset_email.html [new file with mode: 0644]
src/accounts/templates/registration/password_reset_form.html [new file with mode: 0644]
src/accounts/urls.py
src/accounts/views.py
src/cas/locale/pl/LC_MESSAGES/django.mo
src/cas/locale/pl/LC_MESSAGES/django.po
src/cas/settings.py
src/cas/static/css/main.css
src/cas/templates/base.html
src/cas/templates/cas/login.html
src/cas/urls.py