- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020
06:46 AM
02-19-2020
06:46 AM
Forgot Password for Magento 2.3 Admin Panel on LocalHost
Hello Guys,
I forgot my password for Admin Control Panel for Magento on LocalHost but the problem that I cannot retrieve it by Email because the Email i used is not real Email
Is it any way to solve that problem
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020
07:11 AM
02-19-2020
07:11 AM
Re: Forgot Password for Magento 2.3 Admin Panel on LocalHost
HI @mustafa_abdel a
You can create a new admin user using magento 2 command as well.
php bin/magento admin:user:create
for more info:
https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-admin.html
I hope it will help you!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020
07:13 AM
02-19-2020
07:13 AM
Re: Forgot Password for Magento 2.3 Admin Panel on LocalHost
you can edit your admin user by bin/magento admin:user:create command.
so, for example, you can simply set a new password executing the command above with all required attributes.
see examples and usage here: https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-admin.html
--- Code lover, nature addicted ---