Skip to content

Commit 91979ce

Browse files
author
Richard Jones
committed
added mention of how to give users multiple Roles
1 parent 8706e2d commit 91979ce

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

4-
2002-10-?? 0.5.2
4+
2002-11-?? 0.5.3
5+
- added mention of how to give users multiple Roles
6+
7+
8+
2002-11-07 0.5.2
59
- added quotes around python interpreter in windows bat (sf bug 623963)
610
- fixed link at end of installation doc (sf bug 623957)
711
- handle "classname" URL path errors cleaner (generate a 404)

roundup/templates/classic/html/user.item

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ You are not allowed to view this page.
3737
tal:content="structure context/roles/field">roles</td>
3838
<td tal:condition="not:context/id">
3939
<input name="roles" tal:attributes="value db/config/NEW_WEB_USER_ROLES">
40+
(to give the user more than one role, enter a comma,separated,list)
4041
</td>
4142
</tr>
4243
<tr>

0 commit comments

Comments
 (0)