mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
Switch url parameter to full_name from service-specific gafyd_name
(imported from commit 21541da29d2846cfd912d19b73e239e96606f9e5)
This commit is contained in:
@@ -29,7 +29,7 @@ def confirm(request, confirmation_key):
|
||||
'confirmed': confirmed,
|
||||
'days': getattr(settings, 'EMAIL_CONFIRMATION_DAYS', 10),
|
||||
'key': confirmation_key,
|
||||
'gafyd_name': request.GET.get("gafyd_name", None),
|
||||
'full_name': request.GET.get("full_name", None),
|
||||
}
|
||||
templates = [
|
||||
'confirmation/confirm.html',
|
||||
|
||||
Reference in New Issue
Block a user