Menu

How to set default username, password and database?

Help
Sreedev
2014-11-09
2014-11-11
  • Sreedev

    Sreedev - 2014-11-09

    i need to launch a table by default when user click on a link on the website
    something like this:

    localhost:8080/folder/?username=xxxx&pass=yyy&db=qqqqq&create=ttttt

    but the link redirects to login page without auto logging in.

    is there an option to add the default database details and table details on the php file so that users always wont be prompted for logging in

     
  • Jakub Vrána

    Jakub Vrána - 2014-11-11

    You couldn't pass password in the URL but you can implement the credentials() method providing it: http://www.adminer.org/en/extension/

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.