I changed the password column name to sha_pass_hash
and now I get an undefined index error when attempting to login.
ErrorException Undefined index: sha_pass_hash
Does anyone know what needs to be edited to get this changed around to work as intended?
question from:https://stackoverflow.com/questions/65946503/changing-the-password-column-name-and-logging-in-laravel-8