Hello Friends,
In Magento2, Sometime your account is disabled or forgot the password of your current admin user and you can not update the password from database because magento 2 use the encrypted technique
So, don't worry about it. here is the very simple trick to create new user.
For this you must have ssh access because you can create new user using the command in magento 2.
php setup_magento2/bin/magento admin:user:create --admin-user anant --admin-password anant101289 --admin-email anantprajapati111@email.com --admin-firstname Anant --admin-lastname Prajapati
Now You can login with this user and update your current user password from back-end.
Hope, this trick will help you to resolve your reset password / forgot password / new user issue.
Thanks
Enjoy Your Self
In Magento2, Sometime your account is disabled or forgot the password of your current admin user and you can not update the password from database because magento 2 use the encrypted technique
So, don't worry about it. here is the very simple trick to create new user.
For this you must have ssh access because you can create new user using the command in magento 2.
php setup_magento2/bin/magento admin:user:create --admin-user anant --admin-password anant101289 --admin-email anantprajapati111@email.com --admin-firstname Anant --admin-lastname Prajapati
Now You can login with this user and update your current user password from back-end.
Hope, this trick will help you to resolve your reset password / forgot password / new user issue.
Thanks
Enjoy Your Self