Revert "„src/main/webapp/reset-password.jsp“ ändern"
This reverts commit 94fd048905
.
This commit is contained in:
parent
fb50a91883
commit
5c2be3ea61
@ -10,19 +10,17 @@
|
|||||||
<c:url var="formaction" value="/passwordreset" />
|
<c:url var="formaction" value="/passwordreset" />
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="col-sm-offset-3"><fmt:message key="password.reset.title"/></h1>
|
<h1 class="col-sm-offset-3"><fmt:message key="password.reset.title"/></h1>
|
||||||
</br>
|
|
||||||
<c:if test="${ not empty errormessage }">
|
<c:if test="${ not empty errormessage }">
|
||||||
<div class="alert alert-error col-sm-offset-3">
|
<div class="alert alert-error col-sm-offset-3">
|
||||||
<a class="close" data-dismiss="alert">×</a>
|
<a class="close" data-dismiss="alert">×</a>
|
||||||
<strong><fmt:message key="password.error.title"/></strong> ${errormessage}
|
<strong><fmt:message key="password.error.title"/></strong> ${errormessage}
|
||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<label for="loginoremail" class="col-sm-offset-3 control-label"><fmt:message key="password.reset.loginoremail"/></label>
|
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<form class="form-horizontal" method="post" action="${formaction}">
|
<form class="form-horizontal" method="post" action="${formaction}">
|
||||||
<fieldset class="col-sm-offset-3">
|
<fieldset class="col-sm-12">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
<label for="login" class="col-sm-3 control-label"><fmt:message key="password.reset.loginoremail"/></label>
|
||||||
<div class="col-sm-5">
|
<div class="col-sm-5">
|
||||||
<input
|
<input
|
||||||
type="text" class="form-control" id="loginoremail" name="loginoremail"
|
type="text" class="form-control" id="loginoremail" name="loginoremail"
|
||||||
@ -30,16 +28,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<p class="col-sm-offset-3"><strong>Hinweis:</strong></br>
|
|
||||||
Gib hier den GWÖ-Account an, dessen Passwort geändert werden soll.</br>
|
|
||||||
Der Passwort-Link wird aber gesendet an die <strong>dort hinterlegte E-Mail-Adresse</strong></br>
|
|
||||||
(entweder Deine private E-Mail-Adresse oder eine persönliche ecogood-Adresse bei Service-Postfächern)
|
|
||||||
</p>
|
|
||||||
<p class="col-sm-offset-3"><strong>Note:</strong></br>
|
|
||||||
Enter the ECG username here, that shall have a password change.</br>
|
|
||||||
But keep in mind, that the password link will be sent <strong>to the external email-address</strong></br>
|
|
||||||
(which is either your private email-address or a personal ecogood address in case of a service-mailbox)
|
|
||||||
</p>
|
|
||||||
<button type="submit" class="col-sm-offset-3 btn btn-primary additional-space-top"><fmt:message key="password.reset.submit"/></button>
|
<button type="submit" class="col-sm-offset-3 btn btn-primary additional-space-top"><fmt:message key="password.reset.submit"/></button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user