Skip to content

A password protection prompt before the normal adminer database login is shown

Notifications You must be signed in to change notification settings

fbrinker/adminer-plugin-PasswordProtection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

#Adminer Plugin: PasswordProtection

Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch and MongoDB.

This plugin protects the Database-Login of Adminer with a password, an easy alternative for a htaccess login page.

For more plugins visit the Adminer Plugin Page.

Installation

Follow the Plugin installation introduction at the official adminer website and copy the PasswordProtection.php into your Adminer plugins folder.

How to use

In line 6 of the plugin code, replace the predefined hash with your sha1 password hash. To generate your own sha1 password hash, you can use online tools like sha1-online.

Contribution

Feel free to create forks and pull requests. :)

About

A password protection prompt before the normal adminer database login is shown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages