File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.146 $
5+ :Version: $Revision: 1.147 $
66
77.. This document borrows from the ZopeBook section on ZPT. The original is at:
88 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -414,8 +414,10 @@ What you can't do to the schema
414414You must never:
415415
416416**Remove the users class**
417- This class is the only *required* class in Roundup. Similarly, its
418- username, password and address properties must never be removed.
417+ This class is the only *required* class in Roundup.
418+
419+ **Remove the "username", "address", "password" or "realname" user properties**
420+ Various parts of Roundup require these properties. Don't remove them.
419421
420422**Change the type of a property**
421423 Property types must *never* be changed - the database simply doesn't take
You can’t perform that action at this time.
0 commit comments