cerca

lean forum software (pmc local branch)
Log | Files | Refs | README | LICENSE

commit 58514d59cb487aba1101323bda78aeb64448c281
parent bf5185f5436eacb44a02de509dc67b8e995626c9
Author: cblgh <cblgh@cblgh.org>
Date:   Mon,  7 Feb 2022 17:58:24 +0100

add reset signifier to login page

Diffstat:
Mhtml/login.html | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/html/login.html b/html/login.html @@ -1,14 +1,16 @@ {{ template "head" . }} <main> <h1>Login</h1> - <p>This forum is for the <a href="https://wiki.xxiivv.com/site/merveilles.html">Merveilles</a> community. Don't have an account yet? <a href="/register">Register</a> one.</p> + <p>This forum is for the <a href="https://wiki.xxiivv.com/site/merveilles.html">Merveilles</a> community. Don't have an account yet? <a href="/register">Register</a> one. </p> <div style="max-width: 20rem"> {{ template "login-component" . }} + <p><a href="/reset">Forgot your password?</a></p> </div> {{ if .Data.FailedAttempt }} <p><b>Failed login attempt:</b> incorrect password, wrong username, or a non-existent user.</p> {{ else if .LoggedIn }} <p> You are already logged in. Would you like to <a href="/logout">log out</a>?</p> {{ end }} + </p> </main> {{ template "footer" . }}