Hello,
I have seen that the one-page-checkout process creates:
- a row in the customers table (customers_type = 2, app generated password)
- a row in the orders table
- no rows in the addresses
I would like if the user created through the one-page-checkout process can login back to the system to inspect the order history ... but the "Forgot Password" does not send any pwd to the user ... how can I change this beaviour?
Is there a reason to beave differentely for customers_type 2?
Thank you and ... happy new year!
QuoteI would like if the user created through the one-page-checkout process can login back to the system to inspect the order history ...
This is the normal behavior. You can check it out on our online demo.
Yes thnks I've undestood it but can I change it? Can I safely implement a security manager which let these users receive their password?
They enter the password when they register.