Mercurial > p > roundup > code
changeset 2739:deb298529c2b
doc clarification
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 08 Oct 2004 05:54:50 +0000 |
| parents | 3a7039bc2f97 |
| children | d2b5ebf53d08 |
| files | doc/customizing.txt |
| diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/customizing.txt Fri Oct 08 05:51:00 2004 +0000 +++ b/doc/customizing.txt Fri Oct 08 05:54:50 2004 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.146 $ +:Version: $Revision: 1.147 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -414,8 +414,10 @@ You must never: **Remove the users class** - This class is the only *required* class in Roundup. Similarly, its - username, password and address properties must never be removed. + This class is the only *required* class in Roundup. + +**Remove the "username", "address", "password" or "realname" user properties** + Various parts of Roundup require these properties. Don't remove them. **Change the type of a property** Property types must *never* be changed - the database simply doesn't take
