Closed webtamizhan closed 3 years ago
Unable to reset password, if email column name was other than "email", that i changed in fortify config.
in trait CanResetPassword , the function getEmailForPasswordReset() only return column name "email", not with fortify config.
trait CanResetPassword
function getEmailForPasswordReset()
or Is there anything i missed out?
Overwrite getEmailForPasswordReset on your model with the value you need.
getEmailForPasswordReset
Description:
Unable to reset password, if email column name was other than "email", that i changed in fortify config.
Steps To Reproduce:
in
trait CanResetPassword
, thefunction getEmailForPasswordReset()
only return column name "email", not with fortify config.or Is there anything i missed out?