(reusing code previously written for the community lists) instead of the a custom MD5 scheme, add tests of all views, rewrite custom form handling code to use plain forms and ensure that the data is properly validated and errors visible in the UI. Move help texts on the Person form up to the model. - Legacy-Id: 11136
15 lines
485 B
Plaintext
15 lines
485 B
Plaintext
{% autoescape off %}
|
|
Hello,
|
|
|
|
{% filter wordwrap:73 %}We have received an account creation request for {{ username }} at {{ domain }}. In order to set a new password for the {{ username }} account, please go to the following link and follow the instructions there:{% endfilter %}
|
|
|
|
https://{{ domain }}{% url "confirm_account" auth %}
|
|
|
|
This link will expire in {{ expire }} days.
|
|
|
|
Best regards,
|
|
|
|
The datatracker login manager service
|
|
(for the IETF Secretariat)
|
|
{% endautoescape %}
|