[Rt-commit] r2619 - rt/branches/3.4-RELEASE/html/Admin/Users
autrijus at bestpractical.com
autrijus at bestpractical.com
Wed Apr 13 08:13:02 EDT 2005
Author: autrijus
Date: Wed Apr 13 08:13:01 2005
New Revision: 2619
Modified:
rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
Log:
* VALUE="1" does not work on checkboxes; this renders the
default True setting on the "Set to Privliged" checkbox
in the "New User" screen useless, so new users are defaulted
to unprivileged even though the code shows that they are
intended to be so.
Modified: rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html
==============================================================================
--- rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html (original)
+++ rt/branches/3.4-RELEASE/html/Admin/Users/Modify.html Wed Apr 13 08:13:01 2005
@@ -110,7 +110,7 @@
<INPUT TYPE=HIDDEN NAME="SetPrivileged" VALUE="1">
-<INPUT TYPE=CHECKBOX NAME="Privileged" VALUE="1" <%$PrivilegedChecked%>> <&|/l&>Let this user be granted rights</&><BR>
+<INPUT TYPE=CHECKBOX NAME="Privileged" CHECKED <%$PrivilegedChecked%>> <&|/l&>Let this user be granted rights</&><BR>
% unless ($RT::WebExternalAuth and !$RT::WebFallbackToInternalAuth) {
<TABLE>
More information about the Rt-commit
mailing list