We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2ea5c commit d6aad43Copy full SHA for d6aad43
docs/customization/login_identifier.md
@@ -48,6 +48,12 @@ public array $validFields = [
48
You must write new **Validation Rules** and then set them using the
49
[Customizing Validation Rules](./validation_rules.md#login) description.
50
51
+!!! note
52
+
53
+ Not only the Validation Rules for **login**, but also the rules for
54
+ [registration](./validation_rules.md#registration) should be updated. If you do
55
+ not add the new **Validation Rules**, the new field will not be saved to the database.
56
57
## Customize Login View
58
59
1. Change the `login` view file in the **app/Config/Auth.php** file.
0 commit comments