summaryrefslogtreecommitdiffstats
path: root/app/acf-util/password-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/password-html.lsp')
-rwxr-xr-xapp/acf-util/password-html.lsp2
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)