CTFd/tests
s-nirali 37dcfdc568 Read smtp server configuration from config.py (#914)
* Read smtp server configuration from config.py

The CTFd/utils/email/smtp.py file has a provision to read SMTP
configuration for all fields from either the UI or CTFd/config.py file.
Two fields, `MAIL_SERVER` and `MAIL_PORT`, were not being read from the
config.py file. This commit fixes this issue.

* Update simple SMTP server tests
2019-03-21 22:10:08 -04:00
..
admin Fix CTF resets in mysql (#785) 2018-12-06 20:43:14 -05:00
api Reimplement admin send mail to users (#903) 2019-03-17 18:54:44 -07:00
challenges Fix divison-by-zero when adding requirement to dynamic challenge (#782) 2018-12-08 00:36:29 -05:00
oauth Block new user registration if registering via MLC (#840) 2019-01-19 16:00:29 -05:00
teams Fix for hidden teams being visible on the team listing page and score… (#880) 2019-02-10 01:55:27 -05:00
users Fix removing profile details (Closes #894) (#899) 2019-03-17 09:08:52 -07:00
utils Read smtp server configuration from config.py (#914) 2019-03-21 22:10:08 -04:00
__init__.py Starting to write tests 2017-01-07 02:44:31 -05:00
helpers.py Fix creating users from the admin panel while name changes disabled (#862) 2019-01-31 01:18:46 -05:00
test_plugin_utils.py Adds plugin functions to register javascript and CSS in the admin panel. Move global plugin script/stylesheet lists into application factory specific lists. Closes #804 (#805) 2018-12-15 13:48:21 -05:00
test_themes.py Fix subdirectory deployments in a generic manner (#802) 2018-12-16 13:18:08 -05:00