datatracker/ietf/templates/registration
Robert Sparks e3aa43eea5 Merged in [19967] from rjsparks@nostrum.com:
From Kesara Rathnayake: Expire password reset links on use, password change through other mechanics, login, or a short configurable time (initially one hour). Patched in at 7.45.0.p2.
 - Legacy-Id: 19968
Note: SVN reference [19967] has been migrated to Git commit 682392081bddbd1b8653df9135388e6b7c48ee1c
2022-02-23 18:30:27 +00:00
..
.gitignore Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00: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
change_password.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
change_username.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
confirm_account.html Changed deprecated 'load staticfiles' to recommended 'load static' 2020-06-27 13:51:19 +00:00
confirm_new_email.html Unify the URL name handling in ietfauth, i.e. just refer directly to 2016-05-06 12:58:10 +00:00
confirm_profile_update.html Refactor account code to use the built-in Django signing framework 2016-04-27 16:26:04 +00:00
create.html Changed the new account creation to require a proper name at the same time as the account password is set, before actually creating the account. Also tweaked the password strength and confirmation code. 2017-02-20 16:50:39 +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
edit_profile.html Allow people to volunteer for NomCom via the datatracker. Commit ready for merge. 2021-06-10 20:35:50 +00:00
index.html Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate. 2015-04-24 20:40:01 +00:00
logged_out.html Merged in [9774] from lars@netapp.com: 2015-07-18 13:02:53 +00:00
login.html Add a link to account creation in the login page body. Commit ready to merge. 2022-01-19 17:00:14 +00:00
manual.html Use friendlier language when requiring manual assistance with account creation. Fixes #3445. Commit ready for merge. 2021-10-26 23:38:44 +00:00
missing_person.html Added a context processor to make settings generally available in page templates. Split the SECRETARIAT_TICKET_EMAIL setting into SECRETARIAT_ACTION_EMAIL and SECRETARIAT_INFO_EMAIL, with different addresses. Updated places with hardcoded ietf-action@ietf.org addresses to use the settings value, and updated some places to use ietf-infor@ietf.org instead of the ietf-action address. Fixes issue #3081. 2020-09-17 11:10:27 +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 Make password reset use username throughout and reword the reset page 2016-05-06 12:32:11 +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