I want to make phpmyadmin accessible to users using the link in their login panel without having to type their password again.
I was thinking of the following approach:
Linking it to /CMD_PLUGINS_ADMIN/phpmyadmin
And then let the htaccess figure out what it comes from. (I think FakeBasicAuth might do the job)
But before i start i want to ask if anyone sees any security issues with that?
I was thinking of the following approach:
Linking it to /CMD_PLUGINS_ADMIN/phpmyadmin
And then let the htaccess figure out what it comes from. (I think FakeBasicAuth might do the job)
But before i start i want to ask if anyone sees any security issues with that?