Update form.tpl

This commit is contained in:
Christoph Loesch 2021-04-12 02:35:35 +02:00 committed by GitHub
parent 9fbb6c21b6
commit 560607330c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,6 @@
<p><label for="newpass2">Repeat New Password:</label>
<input type="password" name="newpass2" id="newpass2" required></p>
<p><input type="submit" name="submit" value="Change Password"></p>
<p><a href="https://log:out@{$http_host}/">Logout</a> (close browser/tab after logout!)
<p><a href="https://log:out@{$http_host}/">Logout</a> (after logout click cancel and close browser/tab!)
</div>
</form>