datatracker/ietf/templates/registration
2019-03-07 14:56:06 +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 Tweaked the password strength indicator, and added indication of offline cracking time for throughput 10e4 attempts per second. 2017-02-12 17:12:03 +00:00
change_username.html Added the ability for logged-in users to change their login (username) to any of the active email addresses of the account. Fixes ticket #2052. 2017-02-15 16:59:23 +00:00
confirm_account.html Added an alert on the login form, to be shown if a user's password has been cleared. Adjusted url reverse strings to match the changed view function. 2017-02-25 15:50:47 +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 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
edit_profile.html Improved a somewhat misleading UI for adding account email addresses. Fixes issue #2692. 2019-03-07 14:56:06 +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 Fixed sign in page so it will always scroll to top when page is loaded, so the sign in fields are visible. Commit ready for merge. 2017-07-15 15:40:51 +00:00
manual.html Increased the requirements for account creation, and added a form where the secretariat can add whitelisting to make account creation possible for addresses that don't fulfil the default requirements. 2016-06-14 21:39:12 +00:00
missing_person.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
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 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
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