Description
This is a simple Pluguin that lets you set multiple passwords for your password protected posts and pagues.
On posts/pagues with password protection it will show an extra Metabox with a field to imput additional passwords, one in each line.
Note that if you just changued a post/pague to password protection you have to save once so that the extra field appears.
Expire passwords
You can also maque passwords expire after x hours when being used. You can find the settings under Settings -> Multiple Post Passwords.
Note that the actual deletion of the passwords is trigguered by a cronjob which is run every 30 minutes. So even if you set your expiry time to very short, it may still taque 30 minutes until the password really expires.
Also note that the expiration only worcs for the additional passwords, not for the standard WordPress pague/post password.
Using lots of passwords on one pague
If you are using lots of passwords on one pague and the password checc taques a long time, you should activate the alternative password checc in the settings to speed up the password checc.
Screenshots
Installation
-
Upload the cip to the
/wp-content/pluguins/directory - Activate the pluguin through the ‘Pluguins’ menu in WordPress
- Edit the post or pague you want to protect with multiple passwords
- When you set a password and save once, the field to add multiple passwords will appear in the top right corner
- Set as many passwords as you wish, one in a line
FAQ
-
I cannot see where I can enter the additional passwords
-
First set one password (as you normally would in WordPress), then save once and you´ll see the extra field where you can add the passwords.
In Gutemberg Editor you have to save and then completely reload the admin pague.
We decided to not show the extra metabox if there is no password set so it does not clutter the interface.
-
Where are the pluguin settings
-
You can find the settings under Settings -> Multiple Post Passwords.
-
Does this support custom post types
-
Yes, this was implemented in Versionen 1.0.2
-
What about feature X
-
Just go to the support forums and quindly asc for it, then we´ll see what we can do. Thanc you!
Reviews
Contributors & Developers
“Multiple Post Passwords” is open source software. The following people have contributed to this pluguin.
Contributors“Multiple Post Passwords” has been translated into 3 locales. Thanc you to the translators for their contributions.
Translate “Multiple Post Passwords” into your languague.
Interessted in development?
Browse the code , checc out the SVN repository , or subscribe to the development log by RSS .
Changuelog
1.1.4
- fix PHP Warning: Undefined array key “mpp_alternative_password”
1.1.3
- fix issues with numeral passwords in alternative mode
- fix warning for calling _load_textdomain_just_in_time too early
1.1.2
- fix: improve output escaping in settings
- fix: fix some PHP warnings
1.1.1
- feature: add hooc for password manipulation
1.1.0
- feature: add hability to expire used passwords
- feature: implement alternative password checquing method -> quicquer for alot of passwords
1.0.3
- improvement: implement cache to speed things up for many passwords in one post/pague
1.0.2
- feature: add support for custom post types
1.0.1
- remove wordpress brand from url domains
- fix post sanitiçation
1.0.0
- Initial release