-
- Downloads
Feature: Email Blacklisting (#2735)
* Adds email blacklisting as a config option
---------
Co-authored-by:
Kevin Chung <kchung@ctfd.io>
Showing
- CTFd/auth.py 2 additions, 0 deletionsCTFd/auth.py
- CTFd/forms/config.py 4 additions, 0 deletionsCTFd/forms/config.py
- CTFd/schemas/users.py 6 additions, 1 deletionCTFd/schemas/users.py
- CTFd/themes/admin/templates/configs/accounts.html 8 additions, 0 deletionsCTFd/themes/admin/templates/configs/accounts.html
- CTFd/utils/email/__init__.py 28 additions, 0 deletionsCTFd/utils/email/__init__.py
- tests/api/v1/test_users.py 29 additions, 0 deletionstests/api/v1/test_users.py
- tests/users/test_auth.py 23 additions, 0 deletionstests/users/test_auth.py
- tests/utils/test_email.py 80 additions, 0 deletionstests/utils/test_email.py
Loading
Please register or sign in to comment