Loading...
 
Skip to main content

History: Lost admin password

Preview of version: 10

lost admin password


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 logded 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 somthing_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.
These are not encrypted in most dbs.

Image
and then
Image
In case your tiki encrypts password you can use the following SQL command: (cut and paste the following exactly into the SQL window in PHPMyAdmin.

UPDATE `users_users` SET `password`='admin', `hash`= md5('adminadmin') WHERE
`login`='admin';

this will set the password to "admin" again. You are saved.

History

Advanced
Information Version
Marc Laporte simpler 27
Bernard Sfez / Tiki Specialist Adding information since Tiki 18 console command addition 26
Philippe Cloutier 25
Marc Laporte 24
Philippe Cloutier Edit restored by rescue script 2017-04-24T18:09:12+00:00 23
amette Update SQL command for newer Tiki versions 22
Jean-Marc Libs 21
Marc Laporte 19
Marc Laporte 18
Marc Laporte just updated from a question to security list 17
Marc Laporte 16
Marc Laporte 15
Marc Laporte do not add links for yet to be created pages 14
Marc Laporte adding info about changing your password 13
Marc Laporte default setting 12
mlpvolt 11
mlpvolt 10
mlpvolt 9
mlpvolt 8
mlpvolt 7
mlpvolt 6
mlpvolt 5
mlpvolt 4
mlpvolt 3
mlpvolt 2
mlpvolt 1