Answer Posted / Puja Jaiswal
To reset your Joomla admin password, follow these steps: 1. Access your web host's cPanel or FTP client like FileZilla. 2. Navigate to the 'configuration.php' file located in your website's root directory. 3. Open the file for editing (e.g., with Notepad). 4. Find and edit the 'username' and 'password' fields in the following lines: $user = new JFactoryUser(array('username' => '<your username>', 'password' => MD5('<your new password>'), ... 5. Save the file and close it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers