https://github.com/fbrinker/adminer-plugin-passwordprotection
A password protection prompt before the normal adminer database login is shown
https://github.com/fbrinker/adminer-plugin-passwordprotection
Last synced: 23 days ago
JSON representation
A password protection prompt before the normal adminer database login is shown
- Host: GitHub
- URL: https://github.com/fbrinker/adminer-plugin-passwordprotection
- Owner: fbrinker
- Created: 2014-03-19T12:36:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T14:36:39.000Z (over 2 years ago)
- Last Synced: 2025-05-08T03:56:58.989Z (23 days ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Adminer Plugin: PasswordProtection
[Adminer](http://www.adminer.org/) (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](http://www.adminer.org/plugins/).
### Installation
Follow the Plugin installation introduction at the [official adminer website](http://www.adminer.org/plugins/) 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](http://www.sha1-online.com/).### Contribution
Feel free to create forks and pull requests. :)