Admin-Ahead Community

Linux => Control Panels => cPanel => Topic started by: sajugovind on April 06, 2014, 03:08:07 pm

Title: Phpmyadmin in WHM keeps prompting for a username and password
Post by: sajugovind on April 06, 2014, 03:08:07 pm
While trying to login to Phpmyadmin in WHM, it keeps prompting for a username and password. This is the Fix I found :-

=======
1)Open the file  /etc/wwwacct.conf  and check the value of minuid. If it is less than 99 change it to 100. Then remove the following users from the server.
==========================
[root@server ~]#userdel cpanel-horde
[root@server ~]#userdel cpanel-phpmyadmin
[root@server ~]#userdel cpanel-phppgadmin
==============================

2)Run upcp
[root@ourserver ~]#/scripts/upcp –force

This will recreate the users and fix the issue.  :) :) :) :) :)