Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rossaddison authored May 7, 2020
1 parent 03f5a77 commit 6775d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ This command will use the migration paths contained in **console**/config/main.p
'class' => 'sjaakp\pluto\Module',
'fenceMode' => true,
and that your mailer component under frontend\config\main.php is correctly set so that your user can respond to your email. Testing on your **localhost** and wampserver, the port will normally be **port 25** since you will be going through your service provider, such as BT.
1. Ensure that your mailer component under frontend\config\main.php is correctly set so that your user can respond to your email. Testing on your **localhost** and wampserver, the port will normally be **port 25** since you will be going through your service provider, such as BT.

**Troubleshooting**

Expand Down Expand Up @@ -329,7 +329,7 @@ Make sure that you put the **Namespace** command at the top of each migration ph

**Installation of roles and permissions by migrations**

To install the above auth tables through a migration instead of through the auth.sql file, the namespace or path has now been included in the **console/config/main.php controllerMap** command migrate-db-namespaced. The migration files have been generated from the auth.sql files. The auth migrations necessary for filling the rbac auth tables are in:
To install the above auth tables through a migration instead of through the auth.sql file, the namespace or path has now been included in the **console/config/main.php's controllerMap** command **migrate-db-namespaced**. So if you have run this command already, the auth tables will already be setup with all the roles and permissions. The auth migrations necessary for filling the rbac auth tables are in:

console/migrations/auth

Expand Down

0 comments on commit 6775d7f

Please sign in to comment.