Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
dac88a8f
Commit
dac88a8f
authored
Apr 09, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1835 from MITx/feature/jarv/fix-password-fields
changing password reset fields to match what is used now
parents
2c0b2e4d
c3e54695
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lms/templates/registration/password_reset_confirm.html
+6
-6
No files found.
lms/templates/registration/password_reset_confirm.html
View file @
dac88a8f
...
@@ -91,13 +91,13 @@
...
@@ -91,13 +91,13 @@
<legend
class=
"sr"
>
Required Information
</legend>
<legend
class=
"sr"
>
Required Information
</legend>
<ol
class=
"list-input"
>
<ol
class=
"list-input"
>
<li
class=
"field required password"
id=
"field-
password-initial
"
>
<li
class=
"field required password"
id=
"field-
new_password1
"
>
<label
for=
"
password-initial
"
>
Your New Password
</label>
<label
for=
"
new_password1
"
>
Your New Password
</label>
<input
id=
"
password-initial"
type=
"password"
name=
"password-initial
"
placeholder=
"*****"
/>
<input
id=
"
new_password1"
type=
"password"
name=
"new_password1
"
placeholder=
"*****"
/>
</li>
</li>
<li
class=
"field required password"
id=
"field-
password-repeat
"
>
<li
class=
"field required password"
id=
"field-
new_password2
"
>
<label
for=
"
password-repeat
"
>
Your New Password Again
</label>
<label
for=
"
new_password2
"
>
Your New Password Again
</label>
<input
id=
"
password-repeat"
type=
"password"
name=
"password-repeat
"
placeholder=
"*****"
/>
<input
id=
"
new_password2"
type=
"password"
name=
"new_password2
"
placeholder=
"*****"
/>
</li>
</li>
</ol>
</ol>
</fieldset>
</fieldset>
...
...
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