Text Size

Our Blog

Nothing is more frustrating than forgetting your Joomla admin password. This can happen for a multitude of reasons and I am sure one of those reasons brought you here today. One of the simplest ways, that I have found, to reset your admin password is in phpmyadmin. So here is my simple step by step tutorial on how to go about making that change and getting back into your website.

Step 1Login to the C-Panel of your website.

This can most often be found by typing in http://www.yourwebsite.com/cpanel and your login information can be found by contacting your web host.

Step 2 Scroll down to phpMyAdmin in the Databases section and click on it. (If you are not using cPanel or do not have phpMyAdmin, you can run the query directly for Joomla's database.)

Step 3After you have opened up phpMyAdmin find your Joomla database on the menu to the left. This will open up your database displaying the available tables.

Step 4Find and open the SQL tab on the navigational bar.

Step 5In the text field write, or copy, the following SQL query:

UPDATE `jos_users` SET `password` = MD5( 'new_password' ) WHERE `jos_users`.`username` = "admin" ;

Make sure to replace "new_password"- with the new password you wish to use and "admin" with your admin username if it is different.

Step 6Now you are all ready to go, just press the GO button, bottome right hand corner, and submit the query. So long as you did not recieve any errors you will now be able to login wit your username and password. 

If you have problems resetting the password yourself, ask your host for assistance. Richard Bankert Web Design can help you with both your hosting and web design needs.

So the situation may have arisen where you need to have your website offline, yet you need your registered users to have access to it. This could be because of beta testing, pre-approval prior to launch, or a host of other reasons. However, you have a problem. By default Joomla does not allow registered users to access a website when it is offline. So here is how you can accomplish this.

Sunday, 30 May 2010 02:04

What is the front-end/back-end of Joomla?

Written by Richard

What is the front-end/back-end of Joomla? I am often asked this question by clients who are new to dynamic websites. When you create a Joomla website you can think of it as creating two websites.

  • The first is the front-end or public web site that is accessed by typing in your url (http://www.yourwebsite.com).

  • The second is the back-end or administrator web site that is accessed by typing in (http://www.yourwebsite.com/administrator)

Start
Prev
1
Page 1 of 2

Newsletter

:

Latest Tweets

Top Commenters