]> git.ipfire.org Git - ipfire.org.git/commit - Makefile.am
people: Implement simple registration process
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Nov 2018 14:29:45 +0000 (14:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 18 Nov 2018 14:29:45 +0000 (14:29 +0000)
commitf32dd17f3375767a11c6f99d69bea697c0ce5302
treed7b50dc36df799b5895b7267a0b9da1d1f678b83
parent73a54cb65219fe09f412510af2534343f97e222d
people: Implement simple registration process

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