mirror of https://github.com/zulip/zulip.git
39d8a81e51
Fixes #21266. We want to tie the prereg_user to the MultiUseInvite directly rather than to the MultiUserInvite's confirmation object, because the latter is not possible. This is because the flow is that after going through the multiuse invite link, the PreregistrationUser is created together with a Confirmation object, creating a confirmation link (via create_confirmation_link) to which then the user is redirected to finish account creation. This means that the PreregistrationUser is already tied to a Confirmation, so that attribute is occupied. |
||
---|---|---|
.. | ||
actions | ||
data_import | ||
integration_fixtures/nagios | ||
lib | ||
management | ||
migrations | ||
openapi | ||
tests | ||
tornado | ||
views | ||
webhooks | ||
worker | ||
__init__.py | ||
apps.py | ||
context_processors.py | ||
decorator.py | ||
filters.py | ||
forms.py | ||
logging_handlers.py | ||
middleware.py | ||
models.py | ||
signals.py |