Closed dhsananias closed 6 years ago
simply change email to another column name (in your case login) in LoginController and then you have to pass login instead of email in your request
For some reason, at the time of registering, it says that there is no password in the requisition And there, it locks all the registrations saying that "The password is required"
@hananiamizrahi as francescomalatesta mentioned, you need to update the validation rules for signup/login in config/boilerplate.php according to your requirements.
How do I change my credentials? For example, currently it considers email and password, I would like to switch to login and password, how do I do this?