]> git.ipfire.org Git - ipfire.org.git/commit - src/web/__init__.py
accounts: Check emails against our local blacklist
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Dec 2019 11:16:58 +0000 (12:16 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Dec 2019 11:16:58 +0000 (12:16 +0100)
commit66181c96b6f5c0bacc7b0adc849e6699c784d736
treebc8b192eeff4e356b31e7378138e1779738f13a2
parent142a2da7f79deb7fbfac2b1ad894ff31db242885
accounts: Check emails against our local blacklist

This list holds throwaway domains and others that cannot
be used to register an account.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/backend/accounts.py
src/templates/auth/register.html
src/web/__init__.py
src/web/auth.py