File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ adds a new column to the `users` table.
1111
1212## Change $validFields
1313
14- Edit ` app/Config/Auth.php ` so that the new column you just created is within the
14+ Edit ** app/Config/Auth.php** so that the new column you just created is within the
1515` $validFields ` array.
1616
1717``` php
@@ -41,7 +41,7 @@ You must write new **Validation Rules** and then set them using the
4141
4242## Customize Login View
4343
44- 1 . Change the ` login ` view file in the ` app/Config/Auth.php ` file.
44+ 1 . Change the ` login ` view file in the ** app/Config/Auth.php** file.
4545
4646 ``` php
4747 public array $views = [
@@ -50,7 +50,7 @@ You must write new **Validation Rules** and then set them using the
5050 ];
5151 ```
5252
53- 2. Copy file ` vendor/codeigniter4/shield/src/Views/login.php` to ` app/Views/Shield/login.php` .
53+ 2. Copy file ** vendor/codeigniter4/shield/src/Views/login.php** to ** app/Views/Shield/login.php** .
54543. Customize the login form to change the name of the default `email` input to the new field name.
5555
5656 ```php
You can’t perform that action at this time.
0 commit comments