]> git.ipfire.org Git - pbs.git/commit
Add password recovery feature
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Wed, 1 Nov 2017 18:26:46 +0000 (19:26 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 1 Nov 2017 18:55:16 +0000 (18:55 +0000)
commit98b826d4a23079c4d3df857f1747d963e0637d2f
tree2bfa6c91117a21f77490f94431a211cfde09a588
parent1f43964c69a4ea7382048df1b0ba7a7dba94bd0a
Add password recovery feature

It is now possible to reset the password, we only need to implement the
mail feature. At the moment we cannot send a mail with the recovery code
to the user.

Fixes: #10095
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/buildservice/users.py
src/templates/user-forgot-password.html
src/templates/user-requested-password-recovery.html [new file with mode: 0644]
src/templates/user-reset-password-fail.html [new file with mode: 0644]
src/templates/user-reset-password-success.html [new file with mode: 0644]
src/templates/user-reset-password.html [new file with mode: 0644]
src/web/__init__.py
src/web/auth.py