]> git.ipfire.org Git - ipfire.org.git/commit
people: Implement password reset
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 Oct 2019 17:23:47 +0000 (17:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 Oct 2019 17:23:47 +0000 (17:23 +0000)
commit391ede9ea062a3935092b2aa7ffdf3e1ee759180
tree287f11aed1c277d13b5b74a00f48a5f4ca3b7d8f
parentc7594d583748fdca9e30407ab452e0b23e1bf849
people: Implement password reset

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