Control Web Panel

WebPanel => CentOS-WebPanel GUI => Topic started by: anandmys on September 25, 2020, 04:20:08 AM

Title: phpmyadmin auto login from client login
Post by: anandmys 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)
Title: Re: phpmyadmin auto login from client login
Post by: GopiSaha 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

Title: Re: phpmyadmin auto login from client login
Post by: thenob 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...