You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 = -1 and name = 'guest'
Add the 'guest' permission to the permissions comma-separated-list
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.
The text was updated successfully, but these errors were encountered:
This migration script assumes the user has already renamed
\config\autoload\dam4.local.php.dist
todam4.local.php
and configured top 6 values (db and email info).Must:
id = -1
andname = 'guest'
One of the following:
GoalioForgotPassword
)Optionally:
The text was updated successfully, but these errors were encountered: