diff options
Diffstat (limited to 'app/acf-util/password-html.lsp')
-rwxr-xr-x | app/acf-util/password-html.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/acf-util/password-html.lsp b/app/acf-util/password-html.lsp index dca559d..faf8e44 100755 --- a/app/acf-util/password-html.lsp +++ b/app/acf-util/password-html.lsp @@ -17,7 +17,7 @@ io.write("</span>") end -- If not in newuser action, disable userid if pageinfo.action ~= "newuser" then - form.value.userid.contenteditable = false + form.value.userid.readonly = true end local order = { "userid", "username", "roles", "password", "password_confirm" } displayform(form, order) |