Author Topic: phpmyadmin auto login from client login  (Read 4531 times)

0 Members and 1 Guest are viewing this topic.

Offline
**
phpmyadmin auto login from client login
« on: September 25, 2020, 04:20:08 AM »
How to fix the phpmyadmin auto login from client login.

It works for root login but doesnt work from client login like it works in whm/cpanel

Code: [Select]
Login without a password is forbidden by configuration (see AllowNoPassword)

Offline
*
Re: phpmyadmin auto login from client login
« Reply #1 on: September 25, 2020, 05:19:57 AM »
Same issue from my All CWP account .

when going from USER panel . Its not working .

https://prnt.sc/unhhdz


Offline
*
Re: phpmyadmin auto login from client login
« Reply #2 on: September 28, 2020, 10:41:17 AM »
I've done some digging. It works only from our office (the only IP who can access port 2087)

This is the thing:
Link in user-CWP-panel: https://OURSERVERNAME:2083/cwp_258eec67f46c2275/USER/?module=pma
get redirected to https://OURSERVERNAME:2087/pma/index.php?token=67beb4cb5cded3e4b972266ac47b5bca

I want to change the redirect to this URL (works with me)
https://OURSERVERNAME/pma/index.php?token=67beb4cb5cded3e4b972266ac47b5bca

If someone can tell me where this redirect is set...