mirror of https://github.com/zulip/zulip.git
50dfbf7a1b
We add a few templates for django-confirmation. We define a "PreregistrationForm" which is validated by accounts_home, which then generates a confirmation object and emails the user. This required creating a new table for a PreregistrationUser with an email and status (confirmed) field. The register function now no longer accepts a "email" field in the form and deals only with confirmation IDs to determine the email used to sign up a user. (imported from commit 4fcde04530aa7ad4de84579668daee7290b424ac) |
||
---|---|---|
.. | ||
fixtures | ||
jstemplates | ||
lib | ||
management | ||
static | ||
tests | ||
__init__.py | ||
decorator.py | ||
forms.py | ||
mit_subs_list.py | ||
models.py | ||
tests.py | ||
views.py | ||
zephyr_mirror.py |