|
@@ -21,15 +21,22 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="gf-form-button-row">
|
|
<div class="gf-form-button-row">
|
|
|
|
|
+ <br />
|
|
|
|
|
+ <br />
|
|
|
<button type="submit" class="btn btn-large" ng-click="sendResetEmail();" ng-class="{'btn-inverse': !sendResetForm.$valid, 'btn-primary': sendResetForm.$valid}">
|
|
<button type="submit" class="btn btn-large" ng-click="sendResetEmail();" ng-class="{'btn-inverse': !sendResetForm.$valid, 'btn-primary': sendResetForm.$valid}">
|
|
|
- Send reset instructions
|
|
|
|
|
|
|
+ Reset Password
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|
|
|
</form>
|
|
</form>
|
|
|
|
|
|
|
|
- <h5 style="text-align: center; padding: 20px;" ng-if="mode === 'email-sent'">
|
|
|
|
|
- An email with a reset link as been sent to the email address, you should receive it shortly.
|
|
|
|
|
- </h5>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <div style="text-align: center; padding: 20px;" ng-if="mode === 'email-sent'">
|
|
|
|
|
+ An email with a reset link as been sent to the email address. <br>
|
|
|
|
|
+ You should receive it shortly.
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
+ <br />
|
|
|
|
|
+ <br />
|
|
|
|
|
|
|
|
<form name="resetForm" class="login-form gf-form-group" ng-show="mode === 'reset'">
|
|
<form name="resetForm" class="login-form gf-form-group" ng-show="mode === 'reset'">
|
|
|
<div class="gf-form">
|
|
<div class="gf-form">
|