Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codincat/secopass
Setting up a secondary password to protect your WordPress
https://github.com/codincat/secopass
Last synced: 7 days ago
JSON representation
Setting up a secondary password to protect your WordPress
- Host: GitHub
- URL: https://github.com/codincat/secopass
- Owner: CodinCat
- Created: 2013-08-02T13:33:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-02T13:55:34.000Z (over 11 years ago)
- Last Synced: 2023-08-01T22:53:56.419Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#SecoPass
**SecoPass** is a very simple WordPress plugin, it can help you set up a second password easily.
![screenshot](http://i.imgur.com/bhHP7fr.png)
#How to use
1. Download and extract the [zip archive](https://github.com/MrOPR/SecoPass/archive/master.zip), rename the folder to secopass.
2. Open config.php with any text editor you like, then change the default $secopass_password (your second password).
$secopass_password = 'Enter your second password here';
3. Upload entire **secopass** folder to wp-content/plugins/
4. That's it! Activate and works.###Note
- This plugin is made for my single-user WordPress site, if your site has muti-user, then every user would needs to know the SecoPass you set.
- It WON'T save any data into your database. If you want to remove this plugin, you can simply delete entire secopass folder.