20 lines
784 B
PHP
20 lines
784 B
PHP
<div class="fixed-title">
|
|
<h2>Neues Passwort festlegen</h2>
|
|
</div>
|
|
<div class="center-wrapper">
|
|
<div class="center">
|
|
<h4>Sie können nun ein neues Passwort wählen</h4>
|
|
<div class="form">
|
|
<div class="input-wrapper">
|
|
<input type="password" name="Passwort" id="change-password" oninput="checkIfFilled('change-password')">
|
|
<span>Neues Passwort</span>
|
|
</div>
|
|
<div class="input-wrapper">
|
|
<input type="password" name="Passwort" id="change-password-repeat" oninput="checkIfFilled('change-password-repeat')">
|
|
<span>Neues Passwort bestätigen</span>
|
|
</div>
|
|
</div>
|
|
<button onclick="getContent('action:forgot-password-change-password')" class="default-button">Weiter</button>
|
|
</div>
|
|
</div>
|