1
I currently have a Model User who has a relationship has_one
with Customer.
In the tables customers have the field CPF
that the user informs when to register.
I need to implement a login in which the user infoma the e-mail
or CPF
to log into the system.
Thank you Luiz !
– Diego Collares