File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ def test_create_account_failure(self):
149149 empty_outbox ()
150150 r = self .client .post (url , { 'email' : email })
151151 self .assertEqual (r .status_code , 200 )
152- self .assertContains (r , "Account creation failed " )
152+ self .assertContains (r , "Additional Assistance Required " )
153153
154154 def register_and_verify (self , email ):
155155 url = urlreverse (ietf .ietfauth .views .create_account )
Original file line number Diff line number Diff line change 99{% block content %}
1010 {% origin %}
1111
12- < h1 > Account creation failed </ h1 >
12+ < h1 > Additional Assistance Required </ h1 >
1313
1414 < p >
15- Manual intervention is needed to enable account creation for you .
16- Please send an email to {{ account_request_email }}
17- and explain 1) the situation and 2) your need for an account,
18- in order to receive further assistance.
15+ Our apologies, it looks like there was an issue creating your Datatracker account .
16+ Please send an email to support@ietf.org and we'll get you set up promptly.
17+
18+ Best, IETF Secretariat
1919 </ p >
2020
2121{% endblock %}
You can’t perform that action at this time.
0 commit comments