datatracker/ietf/templates/registration
2023-08-31 17:12:01 -05:00
..
add_email_email.txt Eliminated several variations on word wrapping, keeping only what used to be wrap_text(), but renamed as ietf.utils.text.wordwrap(). This performs better than django.utils.text.wrap() when there are indented text parts. Replaced django's default wordwrap filter with one calling ietf.utils.text.wordwrap in templates. Changed to triggered wrapping in some cases, with the maybewordwrap filter, which triggers on lines longer than 100 characters. This fixes the issue with undesired wrapping of reviews. 2017-06-02 23:13:22 +00:00
add_email_exists_email.txt fix: Don't expose existing emails via reset password and account creation forms (#5288) 2023-03-15 17:27:29 -05:00
change_password.html chore: Put widgets from django-password-strength into ietfauth 2023-05-15 17:55:11 -03:00
change_username.html Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
confirm_account.html chore: Put widgets from django-password-strength into ietfauth 2023-05-15 17:55:11 -03:00
confirm_new_email.html fix: Handle integrity violations when confirming email address (#5506) 2023-04-23 17:58:05 -05:00
confirm_profile_update.html fix: Fix incorrect "GDPR" features/terminology. Fixes #4521. (#4587) 2022-10-18 13:27:19 -05:00
create.html Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
creation_email.txt Updated the email template that goes out for password setting on account creation, to give directions also for the case when the user already has a pre-existing account. Updated a test to match. 2020-06-08 19:48:05 +00:00
creation_exists_email.txt fix: Don't expose existing emails via reset password and account creation forms (#5288) 2023-03-15 17:27:29 -05:00
edit_profile.html fix: replace deprecated bootstrap things (#5858) 2023-07-18 12:22:28 -05:00
index.html chore: Use URL resolver in more places (#4104) 2022-06-22 14:10:16 -05:00
logged_out.html chore: Use URL resolver in more places (#4104) 2022-06-22 14:10:16 -05:00
login.html feat: disable login button on submit (#5718) 2023-05-31 14:58:09 -05:00
manual.html Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
missing_person.html Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
password_change_email.txt Eliminated several variations on word wrapping, keeping only what used to be wrap_text(), but renamed as ietf.utils.text.wordwrap(). This performs better than django.utils.text.wrap() when there are indented text parts. Replaced django's default wordwrap filter with one calling ietf.utils.text.wordwrap in templates. Changed to triggered wrapping in some cases, with the maybewordwrap filter, which triggers on lines longer than 100 characters. This fixes the issue with undesired wrapping of reviews. 2017-06-02 23:13:22 +00:00
password_reset.html Hopefully the final check-ins. 2022-02-08 17:29:15 +00:00
password_reset_email.txt Merged in [19967] from rjsparks@nostrum.com: 2022-02-23 18:30:27 +00:00
username_change_email.txt Eliminated several variations on word wrapping, keeping only what used to be wrap_text(), but renamed as ietf.utils.text.wordwrap(). This performs better than django.utils.text.wrap() when there are indented text parts. Replaced django's default wordwrap filter with one calling ietf.utils.text.wordwrap in templates. Changed to triggered wrapping in some cases, with the maybewordwrap filter, which triggers on lines longer than 100 characters. This fixes the issue with undesired wrapping of reviews. 2017-06-02 23:13:22 +00:00