Password only login
Calva By Calva

January 03, 2014

Password only login Plugin

Log into the site using just your password. Restricted to specific users selected via the wordpress backend.

Select one or more user accounts that can login to the site using just their password via a custom login form supplied with the plugin. For security purposes, only user accounts with subscriber role can be selected and any accounts selected will be prevented from accessing the wordpress backend. The custom login/logout form is added to a template file using a PHP function ‘pol_showform()’. Like with the standard login form, if you pass ‘redirect_to’ on the querystring, it will use this as the url to redirect to after the login/logout.

Arbitrary section 1

Installation

  1. Upload password-only-login folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php if (function_exists('pol_showform')) pol_showform(); ?> in your templates

Details

  • Version: 0.2
  • Active installations: 60
  • WordPress Version: 3.3
  • Tested up to: 3.7.41

Ratings


5 Stars
4 Stars
3 Stars
2 Stars
1 Stars