projects
/
shellwiki
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
235aa7c
)
Squashed 'cgilite/' changes from 0f62500..bfef1a0
author
Paul Hänsch
<paul@plutz.net>
Mon, 20 Nov 2023 22:30:20 +0000
(23:30 +0100)
committer
Paul Hänsch
<paul@plutz.net>
Mon, 20 Nov 2023 22:30:20 +0000
(23:30 +0100)
bfef1a0
allow autocomplete in login form
git-subtree-dir: cgilite
git-subtree-split:
bfef1a064081f6f31ef90539e72dda84e6b563c8
users.sh
patch
|
blob
|
history
diff --git
a/users.sh
b/users.sh
index d738ee94ec70a9ac6a55a5cc2321b0628063be4a..f616ca02baca5d07c7199640ab436e064f4d405a 100755
(executable)
--- a/
users.sh
+++ b/
users.sh
@@
-638,7
+638,7
@@
w_user_invite(){
w_user_login_logon(){ # TRANSLATION
cat <<-EOF
[form #user_login .login method=POST
- [input name=uname placeholder="Username or Email"
autocomplete=off
]
+ [input name=uname placeholder="Username or Email"]
[input type=password name=pw placeholder="Passphrase"]
[submit "action" "user_login" Login]
]