forked from ivorypenguin/resourcespace
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
This migration script assumes the user has already renamed \config\autoload\dam4.local.php.dist to dam4.local.php and configured top 6 values (db and email info).
Must:
- Extend password column in database to 128 (to support ZfcUser passwords)
- Add "user" to the list of permissions for all Usergroups (i.e. roles) that permit the user to login
- Ensure a guest usergroup exists to match ZfcRbac default role
- If a guest role doesn't exist, create one using
id = -1andname = 'guest' - Add the 'guest' permission to the permissions comma-separated-list
- If a guest role doesn't exist, create one using
One of the following:
- Create the password reset table (for
GoalioForgotPassword) - Migrate (or reset) all passwords
Optionally:
- Use the RS config patch out of LegacyRS to control RS settings using ZF2 config files.
Reactions are currently unavailable