Remove the "or Email"

The email here can be confused with the Cloudron email which it is not.
The preferred approach is to login via username anyway.
This commit is contained in:
Girish Ramakrishnan
2018-04-22 18:29:08 -07:00
parent 50185adcf4
commit c0716e86a7
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
<form action="/api/v1/session/password/resetRequest" method="post" autocomplete="off">
<input type="hidden" name="_csrf" value="<%= csrf %>"/>
<div class="form-group">
<label class="control-label" for="inputIdentifier">Username or Email</label>
<label class="control-label" for="inputIdentifier">Username</label>
<input type="text" class="form-control" id="inputIdentifier" name="identifier" autofocus required>
</div>
<input class="btn btn-primary btn-outline pull-right" type="submit" value="Reset"/>