Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
edd2afc7
Commit
edd2afc7
authored
Sep 19, 2013
by
Sunil Joshi
Committed by
Simon Green
Sep 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 897510 - Create and Modify User Screen must also contain password rules as hint
r=simon, a=glob
parent
ff7e3843
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
userdata.html.tmpl
template/en/default/admin/users/userdata.html.tmpl
+8
-1
No files found.
template/en/default/admin/users/userdata.html.tmpl
View file @
edd2afc7
...
...
@@ -65,7 +65,7 @@
# if we ever have a login system that can create accounts through
# createaccount.cgi but can't change passwords.
#%]
[% password_complexity = Param('password_complexity') %]
[% IF editusers %]
[% IF user.authorizer.can_change_password %]
<tr>
...
...
@@ -73,6 +73,13 @@
<td>
<input type="password" size="16" name="password" id="password"
value="" autocomplete="off" />
[% IF password_complexity == "mixed_letters" %]
(Password must contain at least one UPPER and one lowercase letter.)
[% ELSIF password_complexity == "letters_numbers" %]
(Password must contain at least one UPPER and one lower case letter and a number.)
[% ELSIF password_complexity == "letters_numbers_specialchars" %]
(Password must contain at least one letter, a number and a special character.)
[% END %]
[% IF editform %]<br />
(Enter new password to change.)
[% END %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment