Skip to content

Commit cae1d34

Browse files
committed
docs: fix text decoration for file paths
1 parent d22a6ae commit cae1d34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/customization/login_identifier.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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**.
5454
3. Customize the login form to change the name of the default `email` input to the new field name.
5555

5656
```php

0 commit comments

Comments
 (0)