You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add option to email users about duplicate accounts. Fixesietf-tools#8174.
* fix: split person merge into two views
* fix: use form for validation
* fix: update text of merge request email
* fix: update copyright date
* fix: use custom field classes in MergeRequestForm
{# Copyright The IETF Trust 2018-2025, All Rights Reserved #}
1
2
{% extends "base.html" %}
2
-
{# Copyright The IETF Trust 2015, All Rights Reserved #}
3
3
{% load static %}
4
4
{% load django_bootstrap5 %}
5
5
{% block title %}Merge Persons{% endblock %}
@@ -8,45 +8,17 @@ <h1>Merge Person Records</h1>
8
8
<pclass="alert alert-info my-3">
9
9
This tool will merge two Person records into one. If both records have logins and you want to retain the one on the left, use the Swap button to swap source and target records.
If this is so then it is important that we merge the accounts.
12
+
13
+
This email is being sent to the primary emails associated with each Datatracker account.
14
+
15
+
Please respond to this message individually from the email account(s) you control so we can take the appropriate action.
16
+
17
+
If these should be merged, please identify which account you would like to keep the login credentials from.
18
+
19
+
If you are associated with but no longer have access to one of the email accounts, then please let us know and we will follow up to determine how to proceed.
0 commit comments