Merge pull request #4 from dareqx/user-management
Setting, resetting password, e-mail conf, standarize quotes
Showing
- .environment-dev 11 additions, 4 deletions.environment-dev
- locale/en/LC_MESSAGES/django.mo 0 additions, 0 deletionslocale/en/LC_MESSAGES/django.mo
- locale/en/LC_MESSAGES/django.po 88 additions, 12 deletionslocale/en/LC_MESSAGES/django.po
- locale/en/LC_MESSAGES/djangojs.po 1 addition, 1 deletionlocale/en/LC_MESSAGES/djangojs.po
- shellvalier/settings.py 9 additions, 1 deletionshellvalier/settings.py
- users/forms.py 27 additions, 10 deletionsusers/forms.py
- users/management/commands/create_groups_and_permissions.py 7 additions, 7 deletionsusers/management/commands/create_groups_and_permissions.py
- users/templates/login.html 3 additions, 3 deletionsusers/templates/login.html
- users/templates/new_user_email.html 11 additions, 0 deletionsusers/templates/new_user_email.html
- users/templates/password_change.html 19 additions, 0 deletionsusers/templates/password_change.html
- users/templates/password_reset.html 3 additions, 3 deletionsusers/templates/password_reset.html
- users/templates/password_reset_email.html 11 additions, 0 deletionsusers/templates/password_reset_email.html
- users/templates/password_reset_form.html 23 additions, 0 deletionsusers/templates/password_reset_form.html
- users/templates/password_reset_requested.html 17 additions, 0 deletionsusers/templates/password_reset_requested.html
- users/templates/user_form.html 1 addition, 1 deletionusers/templates/user_form.html
- users/templates/user_list.html 7 additions, 7 deletionsusers/templates/user_list.html
- users/templates/user_profile.html 1 addition, 1 deletionusers/templates/user_profile.html
- users/urls.py 41 additions, 13 deletionsusers/urls.py
- users/utils.py 14 additions, 0 deletionsusers/utils.py
- users/views.py 4 additions, 1 deletionusers/views.py
Please register or sign in to comment