You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
i think it can be really usefull to allow devs to customize the password field on Laravel default authentification system. Currently, password field is hardcoded and this made we have to create a custom provider that extend eloquent provider.
Why this change ?
i dont see why we should be allowed to customize other fields but not password. It will also improve flexibility of the authentification.
How to implement that ?
i was thinking to an optional 3rd argument of string type that allow to say to laravel what field is password field.
This discussion was converted from issue #42222 on May 02, 2022 13:41.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
i think it can be really usefull to allow devs to customize the password field on Laravel default authentification system. Currently, password field is hardcoded and this made we have to create a custom provider that extend eloquent provider.
Why this change ?
i dont see why we should be allowed to customize other fields but not password. It will also improve flexibility of the authentification.
How to implement that ?
i was thinking to an optional 3rd argument of string type that allow to say to laravel what field is password field.
i'm open to any idea
Beta Was this translation helpful? Give feedback.
All reactions