Hilfe-Link zum Wiki hinterlegt

This commit is contained in:
Michael Dollinger 2021-01-23 22:32:46 +01:00
parent 89f5ffff0e
commit 390d2175a2

View File

@ -26,21 +26,17 @@
<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"
value="" placeholder="Enter login or email address" autofocus> value="" autofocus>
</div> </div>
</div> </div>
</fieldset> </fieldset>
<p class="col-sm-offset-3"><strong>Hinweis:</strong></br> <button type="submit" class="col-sm-offset-3 btn btn-primary additional-space-top"><fmt:message key="password.reset.submit"/></button></br></br>
Gib hier den GWÖ-Account an, dessen Passwort geändert werden soll.</br> <p class="col-sm-offset-3"><strong>Probleme?</strong></br>
Der Passwort-Link wird aber gesendet an die <strong>dort hinterlegte E-Mail-Adresse</strong></br> <a href=" https://wiki.ecogood.org/x/DYQjB" target="_blank">Hier</a> wird Dir geholfen.
(entweder Deine private E-Mail-Adresse oder eine persönliche ecogood-Adresse bei Service-Postfächern)
</p> </p>
<p class="col-sm-offset-3"><strong>Note:</strong></br> <p class="col-sm-offset-3"><strong>Any problems?</strong></br>
Enter the ECG username here, that shall have a password change.</br> <a href=" https://wiki.ecogood.org/x/DYQjB" target="_blank">Here</a> you find help.
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> </p>
<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>
</div> </div>