franciccio-ITALIANO Posted October 26, 2019 Share Posted October 26, 2019 In which program file is it stored exactly? :/ Link to comment Share on other sites More sharing options...
horst Posted October 26, 2019 Share Posted October 26, 2019 https://lmgtfy.com/?q=site%3Aprocesswire.com%2Ftalk+password+recovery+ryan&s=g&t=w 1 Link to comment Share on other sites More sharing options...
kixe Posted October 26, 2019 Share Posted October 26, 2019 Password is stored as a hash in the database. You cannot read it out. To set a new superuser (admin) password, put the following code in a template, or in your ready.php $users->get($config->superUserPageID)->setAndSave('pass', 'mynewpassword'); Don't forget to remove the code later. 3 Link to comment Share on other sites More sharing options...
franciccio-ITALIANO Posted October 27, 2019 Author Share Posted October 27, 2019 ok thanks, the instructions here don't work: work this on ready.php: $users->get($config->superUserPageID)->setAndSave('pass', 'mynewpassword'); Link to comment Share on other sites More sharing options...
bernhard Posted October 27, 2019 Share Posted October 27, 2019 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now