diff doc/upgrading.txt @ 3259:f3e82dc57c7e maint-0.8

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Tue, 05 Apr 2005 01:13:00 +0000
parents 5c39bc501c34
children 4fe232899be8
line wrap: on
line diff
--- a/doc/upgrading.txt	Mon Apr 04 08:47:14 2005 +0000
+++ b/doc/upgrading.txt	Tue Apr 05 01:13:00 2005 +0000
@@ -52,6 +52,10 @@
 0.8.0 New tracker layout
 ------------------------
 
+You will need to remove any reference to the "Web Registration" and
+"Email Registration" Permissions from your dbinit.py file before running
+the "genconfig" command.
+
 The ``config.py`` file has been replaced by ``config.ini``. You may use the
 roundup-admin command "genconfig" to generate a new config file::
 
@@ -111,6 +115,10 @@
         p = db.security.getPermission('Create', cl)
         db.security.addPermissionToRole('User', p)
 
+You should remove any reference to the "Web Registration" and "Email
+Registration" Permissions from your schema.py file as the "Create" "user"
+Permission replaces them.
+
 You will need to explicitly let anonymous users access the web interface so
 that regular users are able to see the login form. Note that almost all
 trackers will need this Permission. The only situation where it's not

Roundup Issue Tracker: http://roundup-tracker.org/