Mercurial > p > roundup > code
changeset 1306:a7ec3f707e26
added mention of how to give users multiple Roles
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 07 Nov 2002 06:27:16 +0000 |
| parents | d8de80de9fc4 |
| children | 0b44a351cf6d |
| files | CHANGES.txt roundup/templates/classic/html/user.item |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Wed Nov 06 11:45:25 2002 +0000 +++ b/CHANGES.txt Thu Nov 07 06:27:16 2002 +0000 @@ -1,7 +1,11 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. -2002-10-?? 0.5.2 +2002-11-?? 0.5.3 +- added mention of how to give users multiple Roles + + +2002-11-07 0.5.2 - added quotes around python interpreter in windows bat (sf bug 623963) - fixed link at end of installation doc (sf bug 623957) - handle "classname" URL path errors cleaner (generate a 404)
--- a/roundup/templates/classic/html/user.item Wed Nov 06 11:45:25 2002 +0000 +++ b/roundup/templates/classic/html/user.item Thu Nov 07 06:27:16 2002 +0000 @@ -37,6 +37,7 @@ tal:content="structure context/roles/field">roles</td> <td tal:condition="not:context/id"> <input name="roles" tal:attributes="value db/config/NEW_WEB_USER_ROLES"> + (to give the user more than one role, enter a comma,separated,list) </td> </tr> <tr>
