Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notice: Undefined offset: 2 in vendor\magento\framework\Encryption\Encryptor.php

After login with correct credential, I cannot login into admin panel. Here is the error message I am getting:

1 exception(s):
Exception #0 (Exception): Notice: Undefined offset: 2 in D:\Xampp\htdocs\demo\webses\projname\vendor\magento\framework\Encryption\Encryptor.php on line 588
like image 673
prasanth Avatar asked Aug 12 '19 08:08

prasanth


1 Answers

I had the same issue. Resolved it by creating a new admin user using terminal and using that new user to login backend.

php bin/magento admin:user:create --admin-user=john --admin-password=doe123445 \
  [email protected] --admin-firstname=John --admin-lastname=Doe
like image 150
Tatenda Chuma Avatar answered Oct 09 '22 19:10

Tatenda Chuma