zulip/zproject
Rishi Gupta 07a3bb4d35 confirmation: Remove get_link_validity_in_days.
This commit removes the ability to configure different validity durations
for different types of confirmation links. I don't think the extra
configurability was worth the extra complexity, either for the user trying
to understand the settings, or for the developer trying to understand the
code.

The commit replaces all confirmation validity duration settings with a
single setting, settings.EMAIL_CONFIRMATION_DAYS.

The only setting it removes is settings.EMAIL_CHANGE_CONFIRMATION_DAYS,
which was introduced in 5bf83f9 and never advertised in prod_settings.py.
2017-07-07 07:46:31 -04:00
..
jinja2 Django 1.11: Template now accepts backend in __init__. 2017-06-13 15:04:04 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py ldap: Don't authenticate if realm is None. 2017-06-21 10:14:34 -04:00
dev_settings.py Add default response for `terms` and `privacy` endpoints. 2017-04-12 14:09:14 -07:00
dev_urls.py dev: Add URL to preview error 404/5xx pages. 2017-06-14 21:18:45 -07:00
legacy_urls.py streams: Migrate stream property changes to new REST endpoint. 2017-05-09 13:39:23 -07:00
local_settings.py mypy: Use Optional with strings where required. 2017-05-23 21:56:50 -07:00
prod_settings_template.py emails: Refactor send_email functions to take both a sender name and address. 2017-07-04 14:25:01 -07:00
settings.py confirmation: Remove get_link_validity_in_days. 2017-07-07 07:46:31 -04:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py Change backend tests to use a webpack stats stub file. 2017-05-25 16:15:32 -07:00
urls.py landing: Write up why open source projects should use Zulip 2017-06-22 16:26:50 -07:00
wsgi.py pep8: Add compliance with rule E261 to wsgi.py. 2017-05-07 23:21:50 -07:00