Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
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
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
9711a17d
Commit
9711a17d
authored
Feb 11, 2015
by
gergely-ujvari
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1936 from hypothesis/reset-password-language
Update copy on password reset forms
parents
79ebfc9a
136d3782
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
auth.html
h/templates/client/auth.html
+9
-7
No files found.
h/templates/client/auth.html
View file @
9711a17d
...
...
@@ -164,7 +164,7 @@
<!-- / Register -->
<!-- Forgot password -->
<form
data-title=
"
Confirm accoun
t"
<form
data-title=
"
Password rese
t"
data-value=
"forgot_password"
class=
"form tab-pane"
name=
"forgot_password"
...
...
@@ -197,14 +197,14 @@
<div
class=
"form-actions"
>
<div
class=
"form-actions-buttons"
>
<button
class=
"btn"
type=
"submit"
name=
"forgot_password"
status-button=
"forgot_password"
>
Request
access
</button>
status-button=
"forgot_password"
>
Request
reset
</button>
</div>
</div>
</form>
<!-- / Forgot password -->
<!-- Reset password -->
<form
data-title=
"
Activate an account
"
<form
data-title=
"
New password
"
data-value=
"reset_password"
class=
"form tab-pane"
name=
"reset_password"
...
...
@@ -220,7 +220,9 @@
<div
class=
"form-field"
ng-if=
"!hasActivationCode"
>
<label
class=
"form-label"
for=
"field-activate-code"
>
Your activation code:
</label>
>
Your reset code:
<span
class=
"form-hint"
>
(this will be emailed to you)
</span>
</label>
<input
class=
"form-input"
id=
"field-activate-code"
type=
"text"
name=
"code"
value=
""
required
autocorrect=
"false"
autocapitalize=
"false"
...
...
@@ -228,7 +230,7 @@
<ul
class=
"form-error-list"
>
<li
class=
"form-error"
ng-show=
"reset_password.code.$error.required"
>
Please enter your
activation
code
</li>
>
Please enter your
reset
code
</li>
<li
class=
"form-error"
ng-show=
"reset_password.code.$error.response"
>
{{reset_password.code.responseErrorMessage}}
</li>
...
...
@@ -237,7 +239,7 @@
<div
class=
"form-field"
>
<label
class=
"form-label"
for=
"field-activate-password"
>
Account
password:
>
New
password:
<span
class=
"form-hint"
>
(at least two characters)
</span>
</label>
<input
class=
"form-input"
id=
"field-activate-password"
...
...
@@ -260,7 +262,7 @@
<div
class=
"form-actions"
>
<div
class=
"form-actions-buttons"
>
<button
class=
"btn"
type=
"submit"
name=
"activate"
status-button=
"activate"
>
Activat
e
</button>
status-button=
"activate"
>
Sav
e
</button>
</div>
</div>
</form>
...
...
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