From b729270c2e5135cf1e0063d16df34350af95cdf6 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 19 Apr 2012 12:46:20 +0000 Subject: Updated password to remove redirect_to_referrer and password-html view --- app/acf-util/password-html.lsp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 app/acf-util/password-html.lsp (limited to 'app/acf-util/password-html.lsp') diff --git a/app/acf-util/password-html.lsp b/app/acf-util/password-html.lsp deleted file mode 100644 index bc50fb7..0000000 --- a/app/acf-util/password-html.lsp +++ /dev/null @@ -1,16 +0,0 @@ -<% local form, viewlibrary, pageinfo = ... %> -<% require("htmlviewfunctions") %> - -

<%= html.html_escape(form.label) %>

-<% - if form.value.password and form.value.password_confirm then - form.value.password.type = "password" - form.value.password_confirm.type = "password" - end - -- If not in newuser action, disable userid - if pageinfo.action ~= "newuser" then - form.value.userid.readonly = true - end - local order = { "userid", "username", "roles", "password", "password_confirm" } - htmlviewfunctions.displayform(form, order) -%> -- cgit v1.2.3