From: Paul Hänsch Date: Wed, 13 Oct 2021 15:37:40 +0000 (+0200) Subject: allow server site message page to confirm registration X-Git-Url: https://git.plutz.net/?p=cgilite;a=commitdiff_plain;h=5a44f82326f28410194e75a587c6a625842a94f7 allow server site message page to confirm registration --- diff --git a/users.sh b/users.sh index eaf4c27..7721def 100755 --- a/users.sh +++ b/users.sh @@ -278,7 +278,7 @@ user_confirm(){ elif user_update_user "$UID" uname="$uname" status=active password="$pw"; then SESSION_COOKIE new SESSION_BIND user_id "$UID" - REDIRECT "${_BASE}${PATH_INFO}#USER_REGISTER_CONFIRM" + REDIRECT "${_BASE}${PATH_INFO}?user_register=confirm#USER_REGISTER_CONFIRM" else REDIRECT "${_BASE}${PATH_INFO}#ERROR_USER_NOLOCK" fi