Hefdhi Posted September 21, 2016 Share Posted September 21, 2016 Hello. I want to add the label name with email and password in the "already registered" then I connect with the name and password !!! Link to comment Share on other sites More sharing options...
mister_j Posted September 22, 2016 Share Posted September 22, 2016 You have to make overrides to auth controller and customer class. In auth controller there is a function called processSubmitLogin where customer is checked for email and password $customer->getByEmail. My suggestion is to create another function in customer class, same as this one except checking for name. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now