Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset Admin Password #18

Closed
dkraklan opened this issue Feb 20, 2020 · 1 comment
Closed

Reset Admin Password #18

dkraklan opened this issue Feb 20, 2020 · 1 comment

Comments

@dkraklan
Copy link

Is it possible to reset the admin pasword ?

@dkraklan
Copy link
Author

I'll respond as I figured this out

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant