We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6537fd commit 2fd1f81Copy full SHA for 2fd1f81
1 file changed
ietf/ietfauth/views.py
@@ -251,6 +251,8 @@ def profile(request):
251
email.primary = email.address == primary_email
252
if email.primary and not email.active:
253
email.active = True
254
+ if not email.origin:
255
+ email.origin = person.user.username
256
email.save()
257
258
# Make sure the alias table contains any new and/or old names.
0 commit comments