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
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!
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