File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,6 +74,10 @@ Require it with an explicit version constraint allowing its desired stability.
7474 php spark shield:setup
7575 ```
7676
77+ > **Note** If you want to customize table names, you must change the table names
78+ > before running database migrations.
79+ > See [Customizing Shield](./customization.md#custom-table-names).
80+
77812. Configure **app/Config/Email.php** to allow Shield to send emails with the [Email Class](https://codeigniter.com/user_guide/libraries/email.html).
7882
7983 ```php
@@ -145,6 +149,10 @@ your project.
145149
1461505. **Migration** Run the migrations.
147151
152+ > **Note** If you want to customize table names, you must change the table names
153+ > before running database migrations.
154+ > See [Customizing Shield](./customization.md#custom-table-names).
155+
148156 ```console
149157 php spark migrate --all
150158 ```
@@ -278,4 +286,4 @@ public $globals = [
278286 ]
279287]
280288```
281- The same should apply for the Rate Limiting and Forcing Password Reset.
289+ The same should apply for the Rate Limiting and Forcing Password Reset.
You can’t perform that action at this time.
0 commit comments