- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Guys,
I had installed Magento 2.3 version with sample data on my local host,
but i want to create customer account So, I can log in from the Store Front as a customer
How can i do that
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, @mustafa_abdel a ,
You can create a customer account local as well, either create a new customer from admin or there must be a form of register a new customer on the front end you can use that.
and by default, Magento provides one demo customer with,
Email roni_cost@example.com Password roni_cost3@example.com
Thank you, problem solved? accept the solution and click kudos
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, @mustafa_abdel a ,
You can create a customer account local as well, either create a new customer from admin or there must be a form of register a new customer on the front end you can use that.
and by default, Magento provides one demo customer with,
Email roni_cost@example.com Password roni_cost3@example.com
Thank you, problem solved? accept the solution and click kudos
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to create customer account on LocalHost Magento Version
@smita_kagwade wrote:Hello, @mustafa_abdel a ,
You can create a customer account local as well, either create a new customer from admin or there must be a form of register a new customer on the front end you can use that.
and by default, Magento provides one demo customer with,Email roni_cost@example.com Password roni_cost3@example.com
Thank you, problem solved? accept the solution and click kudos
Thank you for your clear answer.