I have access to the User Manager but I can't see a super administrator. I can only see me and the other candidates that have registered on the site.
Main Topics
Browse All TopicsHi, I had a website designed by a previous employee. We use Joomla 1.5.6.
When he set me up as a user to the site, he gave me 'admisitrator' rights. Therefore I am unable to change logos and templates etc. I have searched the database for 'super administators' and can't find any.
I have tried setting up a new user but can't assign them as a super administrator - i get the message - You cannot create a User with this User Group level. Only Super Administrators have this ability.
Can anyone help me?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Where is hosted you site ? On you own server or at hosting company ?
L/P : login / Password
Joomla work with a database, MySQL. All users accounts are in the MySQL database.
You can found login and password to the MySQL in the configuration.php (root folder of Joomla installation)
don't post it here
Once you have this code, depend where the site is hosted you will be able to change de super administrator password.
You will need to create a superadministrator and you will need to access the database to do this.
Back Up First mysql database and website
I woudl advise you create another administrator user before you do this so you have more than one access route to your site
I am assuming you have access to this as you say you have looked at the database. So change yourself to Super administrator by -
Go to table: jos_users
1 - find your user name in the database
2 - in the column (field) usertype put Super Administrator
3 - in the column (field) gid put 25
Save that table
Go to table: jos_core_acl_aro
- make a note of the id number that correlates with your name
Go to table: jos_core_acl_groups_aro_ma
- find the row with the aro_id which matches the id number that you found above make the group id 25 for that user/id
Save that table
That should do it.
Oh I thought you had searched the database..?
You will have to ask your host how to access the database - if you have a cpanel access there is generally an option called phpmyadmin - but you will have to ask yoru hosts.
Assuming thene there is a superadministrator user already and you just need teh password, followthese instructions when you get in:
http://docs.joomla.org/
Here the page to login in CPanel : https://login.fasthosts.co
If you don't have the account, I hope you have access to the mailbox of the employee.
So you can ask for a new password.
ok, i'm confused... I have logged onto fasthosts.co.uk and accessed the control panel. In the database area I see 'database name' - target, I see a server name and IP address.
It makes ref to mysql but i cant see anywhere to access the database...
I really dont think there's a super administrator setup on this site....
Please help...
You can try too : http://yourdomain/phpmyadm
ok... I cant get access to the database through fasthosts.co.uk - I can log in but cant find the database entries anywhere on their site. On 'user management on joomla I can't find a super administrator.
www.targetpersonnel.co.uk/
OK. I thin you don't have the mysql account so you need to connect first to the site not to upload image but to download the configure.php file from the main Joomla folder.
Open this file with any text editor and search this line :
var $host =
var $user =
var $db =
var $password
You have now your mysql database account.
replace localhost in the following code by the value found for $host
replace root in the following code by the value found for $user
replace database in the following code by the value found for $db
replace password in the following code by the value found for $password
Finally, most important, replace superuser by the account YOU use to connect as super user on Joomla
After modified the following script with your value, save it with a name of ou choice (don't post the name here in Experts Exchange) for security purpose
Upload the file at the root folder (where the configuration fil is) and call the page with your web browser.
http://yourdomain/scriptna
Business Accounts
Answer for Membership
by: leakim971Posted on 2009-10-31 at 15:30:51ID: 25711856
Hello ryanjustin,
Have you access to the database ?
If you have login and password to the database you just need to replace the admin password with your password in the "jos_user" table
Regards.