Jump to content

How does the PHP MyAdmin login prompt work?


Q695

Recommended Posts

I haven't used phpMyAdmin in a long time, so I haven't seen what you're talking about however I would guess they are just using a JS based dialog, such as JQuery UI's Dialog.

 

The basic process probably goes something like:

- phpMyAdmin sends request to server via Ajax

- Server responds with authentication error

- phpMyAdmin opens login dialog

- phpMyAdmin sends login details

- When successful authentication occurs, phpMyAdmin repeats original request.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.