We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd8e44 commit d22a6aeCopy full SHA for d22a6ae
1 file changed
docs/customization/login_identifier.md
@@ -50,7 +50,7 @@ You must write new **Validation Rules** and then set them using the
50
];
51
```
52
53
-2. Copy file `vendor\codeigniter4\shield\src\Views\login.php` to `app\Views\Shield\login.php`.
+2. Copy file `vendor/codeigniter4/shield/src/Views/login.php` to `app/Views/Shield/login.php`.
54
3. Customize the login form to change the name of the default `email` input to the new field name.
55
56
```php
0 commit comments