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.
config
tableset
allow_registration
to1
Purge/delete the config cache afterwards (see
_cache/config/config.php
).[b]
Register a new user.
[c]
Add this user to the admin group.
usergroup_member
tablegroup_id
- look up the group_id of the Admin group in theusergroup
tableuser_id
- look up your new user_id in theuser
table[d]
Login with this new user and set up the email configuration.
[e]
The
email_confirm
field in theuser
table 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?