Prevent organizations from attempting an account recovery.
This commit is contained in:
parent
1f8a82eefe
commit
223d2ebaf1
3 changed files with 8 additions and 3 deletions
|
@ -43,7 +43,7 @@
|
|||
<button class="btn btn-lg btn-primary btn-block" type="submit">Send Recovery Email</button>
|
||||
</form>
|
||||
|
||||
<div class="alert alert-danger" ng-show="invalidEmail">Unable to locate account.</div>
|
||||
<div class="alert alert-danger" ng-show="invalidRecovery">{{errorMessage}}</div>
|
||||
|
||||
<div class="alert alert-success" ng-show="sent">Account recovery email was sent.</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue