I can’t log into the Joomla backend as administrator

There are few common issues that could be causing the problem. The solutions below may help you regain access to your Joomla administrative backend.

The first thing that you should try, if you can’t log in to the administrative area of your website (http://domain.com/administrator),  is to try to reset your Joomla admin password.

If you are receiving the following error message when you enter your login details:

JAuthentication::__construct: Could not load authentication libraries.
Username and password do not match

Most probably the problem is caused by disabled Authentication – Joomla plugin. You can easily fix this problem.

First access your cPanel -> phpMyAdmin and select your database from the left menu. If you don’t know exactly which database is used by your Joomla, check this article on the matter:

How to find which database is used by Joomla

After that you should see all tables of your database, listed on the left side. Select the jos_plugins table (the table prefix – jos_ may be different, depending on your Joomla setup).

Find the record named Authentication – Joomla and press the pencil icon (the edit button) for that entry.

You should see all preferences for this plugin, find the row called “published” and change its value from 0 to 1. Click the GO button.

Hopefully, the problem will be resolved and you will be able to access your admin area with your login details.

If you can’t access your admin area and you are returned to the login page when entering the correct details, you should check if the plugin User - Joomla! Is properly enabled.

In order to do so, log in to your cPanel -> phpMyAdmin, select your database from the left menu, click on thejos_plugins table (the prefix may vary depending on your Joomla configuration), and select the User - Joomla!entry.

Make sure that the value next to the “published” field is set to 1. If it is different – this is the reason for the problem and you should change the value to 1. Click on the GO button and test if you can log in.

In general, both User - Joomla! and Authentication – Joomla plugins must be enabled to access your admin area successfully.

If you see a blank page when you type your administrative address, most probably the problem is corrupted administrative templates, you can resolve this problem by upgrading your Joomla application.

Joomla is a powerful software that is easy to work with once you have the right host to support you. Before you lose any more time with the wrong host, check out the SiteGround Joomla hosting offer.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to test if jHackGuard is working correctly on your Joomla site?

If you want to be sure that jHackGuard is installed and working correctly on your website, you...

How to remove time stamps from Joomla SEF URLs

Due to an incorrect alias or a non-English character in your category names, Joomla may replace...

How to configure AcyMailing to comply with hostlantern e-mail terms of use?

In order to comply with the SiteGround e-mail Terms of Service you have to configure your...

Joomla caching

The caching mechanism implemented in Joomla is a way to improve the performance and loading speed...

How to extract and restore a Joomla .jpa archive or backup?

Upload your .jpa archive in public_html through your FTP client:...