Verwaltung von LDAP Accounts und Gruppen
Michael Dollinger
2021-01-17 2c453c73084f10c5eab7d3b705ca958b29b5e771
src/main/webapp/reset-password.jsp
@@ -10,24 +10,36 @@
   <c:url var="formaction" value="/passwordreset" />
    <div class="container">
       <h1 class="col-sm-offset-3"><fmt:message key="password.reset.title"/></h1>
      </br>
       <c:if test="${ not empty errormessage }">
         <div class="alert alert-error col-sm-offset-3">
           <a class="close" data-dismiss="alert">×</a>
           <strong><fmt:message key="password.error.title"/></strong> ${errormessage}
         </div>
      </c:if>
      <label for="loginoremail" class="col-sm-offset-3 control-label"><fmt:message key="password.reset.loginoremail"/></label>
       <div class="control-group">
         <form class="form-horizontal" method="post" action="${formaction}">
            <fieldset class="col-sm-12">
            <fieldset class="col-sm-offset-3">
               <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">
                     <input 
                        type="text" class="form-control" id="loginoremail" name="loginoremail"
                        value="" placeholder="Enter login or email address">
                        value="" placeholder="Enter login or email address" autofocus>
                  </div>
               </div>
            </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>
         </form>
      </div>