tse Posted April 11, 2013 Share Posted April 11, 2013 I am setting up a "dummy" e-store for research, and need to populate my database with dummy customers, products, orders, etc. Is there any way to modify my store's configuration, so that I can simply specify customer passwords in plain text in my database and login as any of my "test customers"? (I am aware why passwords are encrypted, of security risks, etc. But as I mentioned earlier, this is for a dummy store that runs on localhost only...) Alternatively (and additionally) does anybody know of any database/ dataset that contains sample orders, products, customers, etc.? Thanks. Link to comment Share on other sites More sharing options...
bellini13 Posted April 12, 2013 Share Posted April 12, 2013 i think you would have to alter the authcontroller to remove the password encryption that it applies when creating a new customer. you then need to alter to remove the encryption during login, which should also be in the authcontroller. 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