WPIntell

Market

simple password

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

30 / 30 rows with source links

100.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

praise Very good

Very good: users show security, missing feature pain that may indicate a product gap.

Very Simple Password for WordPress · Very good Better than the other plugins of this sort I tested with focus on security and well thought options.
complaint CSS???

CSS???: users show bugs, compatibility, missing feature pain that may indicate a product gap.

Very Simple Password for WordPress · Just add this to your functions.php function vspfw_style() { echo ‘<style>/*Do something here*/</style>’; } add_action(‘init’, ‘vspfw_style’); Thank you!
complaint Plugin blocks Backup – Developer Solution

Plugin blocks Backup – Developer Solution: users show bugs, compatibility, missing feature pain that may indicate a product gap.

Very Simple Password for WordPress · Plugin blocks Backup – Developer Solution Hi, I really appreciate this plugin it is perfect for what I need.
mixed Warning: Cannot modify header information – headers already sent

Warning: Cannot modify header information – headers already sent: users show bugs, compatibility, missing feature pain that may indicate a product gap.

Very Simple Password for WordPress · Warning: Cannot modify header information – headers already sent This plugin works great on my localhost dev setup but not on the real site.
complaint Allow access to /xmlrpc.php for JetPack

Allow access to /xmlrpc.php for JetPack: users show bugs, compatibility, missing feature pain that may indicate a product gap.

Very Simple Password for WordPress · Allow access to /xmlrpc.php for JetPack I would like to use JetPack for analytics but when I try to connect I get an error.
mixed Can’t get this to work…

Can’t get this to work…: users show bugs, support, setup pain that may indicate a product gap.

Very Simple Password for WordPress · Can’t get this to work… Hi – love the look and flexibility of this plugin, but when I apply it to my site, when the correct password is entered, the page just seems to refresh and load the login page again (the same as if you don’t enter a password in the field at all).
mixed Image size for background

Image size for background: users show bugs, performance, support pain that may indicate a product gap.

Very Simple Password for WordPress · Image size for background What is the best size for the background image.
complaint Pluging running under PHP 7.3??

Pluging running under PHP 7.3??: users show bugs, compatibility pain that may indicate a product gap.

Very Simple Password for WordPress · Pluging running under PHP 7.3??
complaint Force reauth is not working

Force reauth is not working: users show missing feature, support pain that may indicate a product gap.

Very Simple Password for WordPress · Force reauth is not working Every time I select “Force reauth” and click save the option does NOT stay selected.
complaint Overflow Hidden

Overflow Hidden: users show support pain that may indicate a product gap.

Very Simple Password for WordPress · The page I need help with: [ log in to see the link] Hello, I am using the version of the plugin with the background image, and I’m getting scrollbars on larger displays.
complaint Log out after session

Log out after session: users show missing feature pain that may indicate a product gap.

Very Simple Password for WordPress · Log out after session Hi Is there any way to get the plugin to set a session cookie thus forcing password re-entry per session, or possibly adding a logout option to delete the existing cookie.
complaint Login for Every Page

Login for Every Page: users show setup pain that may indicate a product gap.

Very Simple Password for WordPress · Login for Every Page Every page of the site is requesting the password.
complaint VSPW for multisite

VSPW for multisite: users show setup pain that may indicate a product gap.

Very Simple Password for WordPress · VSPW for multisite I have a multisite install and want to use your module on one of the secondary sites with no luck.
complaint through https the door is wide open

through https the door is wide open: users show setup pain that may indicate a product gap.

Very Simple Password for WordPress · through https the door is wide open As long as we approach the site with http or no prefix in the address bar, it works.
praise Simply perfect

Simply perfect: users show missing feature pain that may indicate a product gap.

Very Simple Password for WordPress · Simply perfect Feels like a premium plugin but is free.
praise Nice and easy

Nice and easy: users show missing feature pain that may indicate a product gap.

Very Simple Password for WordPress · Nice and easy Few settings but just the basics!
praise First review

First review: praise conversation with limited structured signal.

Very Simple Password for WordPress · First review This is an initial review This is an initial review
praise nice one bro

nice one bro: users praise easy, which suggests what competitors already do well.

Very Simple Password for WordPress · nice one bro please keep it this simple and easy to use for ever, thanks please keep it this simple and easy to use for ever, thanks
praise KISS

KISS: users praise easy, which suggests what competitors already do well.

Very Simple Password for WordPress · KISS Keep it simple… sweet 🙂 Keep going thanks !
praise Just simple but very good!

Just simple but very good!: users praise easy, which suggests what competitors already do well.

Very Simple Password for WordPress · Just simple but very good!
praise Great, and works in HTTPS

Great, and works in HTTPS: users praise reliable, quality, which suggests what competitors already do well.

Very Simple Password for WordPress · Great, and works in HTTPS Nice.
praise Clean , simple and just works!

Clean , simple and just works!: users praise easy, reliable, quality, which suggests what competitors already do well.

Very Simple Password for WordPress · Clean , simple and just works!
neutral Please, update :-)

Please, update :-): neutral conversation with limited structured signal.

Very Simple Password for WordPress · Please, update :-) Hello & thanks, Any update please ? Your plugin is our favorite plugin for “coming soon” page. It currently looks like no more maintained. Thanks in advance. Hello & thanks, Any update please ? Your plugin is our favorite plugin for “coming soon” page. It currently looks like no more maintained. Thanks in advance.
praise localization

localization: users praise easy, value, which suggests what competitors already do well.

Very Simple Password for WordPress · Hey, I’m working in an agency and my time is very limited right now 🙁 This plugin is on github, if you want you can do a pull request: https://github.com/Luc45/Very-Simple-Password-for-Wordpress Thanks a lot for your good will Hey, I’m working in an agency and my time is very limited right now 🙁 This plugin is on github, if you want you can do a pull request
mixed CSS

CSS: users show compatibility, missing feature pain that may indicate a product gap.

Very Simple Password for WordPress · Many thanks All strings are translatable in the plugin settings.
mixed multisite support?

multisite support?: users show missing feature, support pain that may indicate a product gap.

Very Simple Password for WordPress · multisite support?
mixed Possible to add some text?

Possible to add some text?: users show compatibility, missing feature pain that may indicate a product gap.

Very Simple Password for WordPress · Possible to add some text?
mixed make password not case sensitive?

make password not case sensitive?: users show compatibility pain that may indicate a product gap.

Very Simple Password for WordPress · wp-content/plugins/very-simple-password-for-wordpress/very-simple-password-for-wordpress.php Around line 467, replace this line: $pw = sanitize_text_field($_POST['vspfw_password']); With this: $pw = strtolower(sanitize_text_field($_POST['vspfw_password'])); Yes, you can set your password to “test” and edit the script file.