Commit 1ecc06d9 authored by Jim Fulton's avatar Jim Fulton

removed "Anonymous" from user role list

parent 09453793
...@@ -60,7 +60,7 @@ and roles for the new user and click "Add". ...@@ -60,7 +60,7 @@ and roles for the new user and click "Add".
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<SELECT NAME="roles:list" SIZE="5" MULTIPLE> <SELECT NAME="roles:list" SIZE="5" MULTIPLE>
<!--#in valid_roles--> <!--#in valid_roles-->
<!--#if expr="_vars['sequence-item'] != 'Shared'"--> <!--#if expr="_vars['sequence-item'] != 'Anonymous'"-->
<OPTION VALUE="<!--#var sequence-item-->"><!--#var sequence-item--> <OPTION VALUE="<!--#var sequence-item-->"><!--#var sequence-item-->
<!--#/if--> <!--#/if-->
<!--#/in valid_roles--> <!--#/in valid_roles-->
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<TD VALIGN="TOP"> <TD VALIGN="TOP">
<SELECT NAME="roles:list" SIZE="5" MULTIPLE> <SELECT NAME="roles:list" SIZE="5" MULTIPLE>
<!--#in valid_roles--> <!--#in valid_roles-->
<!--#if expr="_vars['sequence-item'] != 'Shared'"--> <!--#if expr="_vars['sequence-item'] != 'Anonymous'"-->
<!--#if expr="_vars['sequence-item'] in user.roles"--> <!--#if expr="_vars['sequence-item'] in user.roles"-->
<OPTION VALUE="<!--#var sequence-item-->" SELECTED><!--#var sequence-item--> <OPTION VALUE="<!--#var sequence-item-->" SELECTED><!--#var sequence-item-->
<!--#else--> <!--#else-->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment