]> git.ipfire.org Git - ipfire.org.git/commit
people: Implement initiation of password reset
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 Oct 2019 16:17:47 +0000 (16:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 Oct 2019 16:18:12 +0000 (16:18 +0000)
commitc7594d583748fdca9e30407ab452e0b23e1bf849
tree2b31bc74ed98efea0d98a06a194fbfd732c24f7c
parenta76ac21e46142b38c3acb3c5ffc95670f3830412
people: Implement initiation of password reset

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/backend/accounts.py
src/templates/auth/login.html
src/templates/auth/messages/password-reset.txt [new file with mode: 0644]
src/templates/auth/password-reset-initiation.html [new file with mode: 0644]
src/templates/auth/password-reset-successful.html [new file with mode: 0644]
src/web/__init__.py
src/web/auth.py