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
3529e98d
Commit
3529e98d
authored
May 15, 2007
by
ghendricks%novell.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 380416: template/en/default/admin/users/userdata.html.tmpl should honor can_change_password()
Patch by Vance Baarda <vrb@novell.com> r=mkanat, a=mkanat
parent
f65619b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
userdata.html.tmpl
template/en/default/admin/users/userdata.html.tmpl
+8
-0
No files found.
template/en/default/admin/users/userdata.html.tmpl
View file @
3529e98d
...
...
@@ -51,7 +51,14 @@
[% END %]
</td>
</tr>
[%# XXX This condition (can_change_password) will cause a problem
# if we ever have a login system that can create accounts through
# createaccount.cgi but can't change passwords.
#%]
[% IF editusers %]
[% IF user.authorizer.can_change_password %]
<tr>
<th><label for="password">Password:</label></th>
<td>
...
...
@@ -63,6 +70,7 @@
[% END %]
</td>
</tr>
[% END %]
<tr>
<th><label for="disable_mail">[% terms.Bug %]mail Disabled:</label></th>
<td>
...
...
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