hbbs

bbs.hlirc.net
Log | Files | Refs | README | LICENSE

commit 06b19b962a3fa3531bef07d8dc98c30037f6f707
parent c8b5da42153560fc464d2e14837db74854b456c3
Author: hhvn <hayden@haydenvh.com>
Date:   Wed,  3 Feb 2021 19:24:47 +0000

bin/login.sh: add verification notice

Diffstat:
Mbin/login.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/login.sh b/bin/login.sh @@ -38,7 +38,7 @@ login(){ error "password too short" return 1 } - prompt "email" email + [ "$verify_email" = "yes" ] && prompt "email (must be verified in order to post)" email || prompt "email (no verification needed)" email checknmail "$email" || { return 1 }