Unable to login to new admin section of store
Installed version 2.3.2
even by creating new admin user
Please clarify, how are you creating new admin users if you're not already logged into the store?
Also, when you create new users, are you assigning them a role in the User Role tab (ie. "Administrators") and also making sure that the users are set to an Active status?
It's easy to forget to assign a User Role.
I would suggest you to create a new admin USER using command line terminal, below is the command to create a new admin :
php bin/magento admin:user:create --admin-user="Test" --admin-password="test@1234" --admin-email="test@test.com" --admin-firstname="test" --admin-lastname="test"
then check at the backend and try to logged in from this new user
It will works !
Hi Manthan
Created another admin through CLI for login but with no success.
Also demo customer roni@example.com is also unable to login.