I currently have a User Template that has a has_one
relationship with Customer .
In the customer tables I have the CPF
field that the user informs when to register.
I need to implement a login where the user inputs the e-mail
or CPF
to log in to the system.