Code

added mention of how to give users multiple Roles
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 7 Nov 2002 06:27:16 +0000 (06:27 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 7 Nov 2002 06:27:16 +0000 (06:27 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1380 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
roundup/templates/classic/html/user.item

index 4385dd59869b6a66df2824ee8e90817c9a872343..a24c4961c5714efa6eedda94f30cbac376a96f5f 100644 (file)
@@ -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)
index 4400abe18d9ebdefa13d39caab062115805f4b5f..9e47594c6a66bcd5564b98c13e166b1f8c471cc7 100644 (file)
@@ -37,6 +37,7 @@ You are not allowed to view this page.
       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>