mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-23 12:50:56 +01:00
closes #1156
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"new_password": "New Password",
|
||||
"repeat_password": "Confirm Password",
|
||||
"enter_email": "Please enter your <strong>email address</strong> and we will send you an email with instructions on how to reset your account.",
|
||||
"enter_email_address": "Enter Email Address",
|
||||
"password_reset_sent": "Password Reset Sent",
|
||||
"invalid_email": "Invalid Email / Email does not exist!"
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</ol>
|
||||
|
||||
<div class="alert alert-info">
|
||||
[[reset_password:reset_password:enter_email]]
|
||||
[[reset_password:enter_email]]
|
||||
</div>
|
||||
|
||||
<div class="well">
|
||||
@@ -21,7 +21,7 @@
|
||||
<strong>[[reset_password:invalid_email]]</strong>
|
||||
</div>
|
||||
<form onsubmit="return false;">
|
||||
<input type="text" class="form-control input-block input-lg" placeholder="Enter Email Address" id="email" />
|
||||
<input type="text" class="form-control input-block input-lg" placeholder="[[reset_password:enter_email_address]]" id="email" />
|
||||
|
||||
<br />
|
||||
<button class="btn btn-primary btn-block btn-lg" id="reset" type="submit">[[reset_password:reset_password]]</button>
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
</div>
|
||||
<form onsubmit="return false;" id="reset-form">
|
||||
<label for="password">[[reset_password:new_password]]</label>
|
||||
<input class="form-control input-lg" type="password" placeholder="A new password" id="password" /><br />
|
||||
<input class="form-control input-lg" type="password" placeholder="[[reset_password:new_password]]" id="password" /><br />
|
||||
<label for="repeat">[[reset_password:repeat_password]]</label>
|
||||
<input class="form-control input-lg" type="password" placeholder="The same password" id="repeat" /><br />
|
||||
<input class="form-control input-lg" type="password" placeholder="[[reset_password:repeat_password]]" id="repeat" /><br />
|
||||
<button class="btn btn-primary btn-lg btn-block" id="reset" type="submit">[[reset_password:reset_password]]</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user