Lost admin password | |
If you can login with a user in Admins group (with permission tiki_p_admin), you can go to
You will need to have shell access and right privileges to do so. reseting admin password to 12345 Copy to clipboard
In some old versions of Tiki, you can set the admin password in the installer (tiki-install.php). If that's not working for you, please see below. If you have lost the admin password for your site you will need access to the tiki database to change the password manually. Assuming you are not using external user authentication - the password you lost is lodged firmly in your database. 1. Access your web hosting control panel (usually cPanel). If you can't find or login to cPanel, contact your ISP. 2. Once logged into cPanel, goto MySQL Databases, then (scroll way down!) open the PHPMyAdmin panel. 3. Select your database (usually something_tiki) from the drop-down list of databases on the left. 4. Scroll down the list of tables (way down) and select (browse) the users_users table. The password will be in there. NOTE:If the "password" field is blank - your passwords are encrypted (which is the default and recommended setting). Typing in a password will not work.
5. In case your tiki encrypts password (which is recommended) you can use the following SQL command
Copy to clipboard
this will set the password to "admin" again. You are saved. Newer versions of Tiki (maybe around >=15.x - anyone know better?) don't have the password field in the users_users table any more, so the command changes to: Copy to clipboard
6. Login with 7. Proceed to the "Change admin password" section of tiki-admin.php?page=general |