You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can insert the hash'd password into the DB.
1.) Has the password using PHP's password_hash(); with default.
2.) Open the DB and select the localadmins table
3.) replace the current value for the password of the localadmin with your new hash.
Is it possible to reset the admin pasword ?
The text was updated successfully, but these errors were encountered: