I'm trying to login in my laravel Application using make:auth package Have a plain text paswword field in my database, and I want to login using this field called vcclave but also having the functions with the regular make:auth package is there a way to make this replacement?
or theres a way to make this field encrypted to make laravel to recognize?