How to find WikiAdmin password?
How to find lost Admin password? I don't have the email service setup yet and email set for the admin is not active yet..
Comments
Log in or create an account to post a comment.
How to find lost Admin password? I don't have the email service setup yet and email set for the admin is not active yet..
Re: How to reset the WikiAdmin password?
The easiest way is the following:
[a]
Enable online registration in the config.
configtableset
allow_registrationto1Purge/delete the config cache afterwards (see
_cache/config/config.php).[b]
Register a new user.
[c]
Add this user to the admin group.
usergroup_membertablegroup_id- look up the group_id of the Admin group in theusergrouptableuser_id- look up your new user_id in theusertable[d]
Login with this new user and set up the email configuration.
[e]
The
email_confirmfield in theusertable for the admin should be empty by default, if not so remove the token.Now you can reset your forgotten password for your admin account.
See also: How to reset password of Admin account?