Joomla is so compact with phpmyadmin so even if admin panel gets locked you can reset most of the functions from PHPMYADMIN in cpanel.
Follow the steps to create a new Global Administrator through Phpmyadmin if your backend login access gets disabled or accidently deleted.
1]Log into your cpanel of your domain
2]Open Phpmyadmin
3]on the left side click joomla databse [generally will be yourdomain_j0151]
4]now on the right panel scroll down till you fins jos_users
5]click edit icon associated with jos_users table
6]Insert the following values
jos_users` VALUES
(62, 'Administrator2', 'admin2', 'your-email@email.com', '21232f297a57a5a743894a0e4a801fc3',
'Super Administrator', 0, 1, 25, '2005-09-28 00:00:00', '2005-09-28 00:00:00', '', '');
INSERT INTO `jos_core_acl_aro` VALUES (10,'users','62',0,'Administrator2',0);
INSERT INTO `jos_core_acl_groups_aro_map` VALUES (25,'',10);
7]Now press go at the bottom, a new super Admin with the name Administrator will be created.
8]now log in to your joomla admin panel with the following details
user name: Administrator2
p.w :admin2
9]Now change your password of any account including the current created inside your joomla backend admin panel.
Hope you all like it, any problem regarding joomla just dont hesitate to ask us.






