Changeset 696047
- Timestamp:
- 04/11/2013 03:44:54 PM (13 years ago)
- Location:
- force-reauthentication/trunk
- Files:
-
- 4 edited
-
classes/admin.forcereauthentication.php (modified) (1 diff)
-
forcereauthentication.php (modified) (1 diff)
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
force-reauthentication/trunk/classes/admin.forcereauthentication.php
r693849 r696047 145 145 146 146 } 147 148 $_SERVER['REQUEST_URI'] = remove_query_arg( array('reauthenticationmsg'), $_SERVER['REQUEST_URI'] ); 147 149 } 148 150 -
force-reauthentication/trunk/forcereauthentication.php
r693849 r696047 2 2 /* 3 3 Plugin Name: Force ReAuthentication 4 Version: 1.3 4 Version: 1.3.1 5 5 Plugin URI: https://github.com/shrkey/forcereauthentication 6 6 Description: Allows the admin user to force user accounts to reauthenticate -
force-reauthentication/trunk/includes/functions.php
r673320 r696047 1 1 <?php 2 3 if( !function_exists( 'shrkey_has_usermeta_oncer') ) { 4 function shrkey_has_usermeta_oncer( $user_id, $meta ) { 5 6 $value = get_user_meta( $user_id, $meta, true ); 7 if(!empty($value)) { 8 return true; 9 } else { 10 return false; 11 } 12 13 } 14 } 2 15 3 16 if( !function_exists( 'shrkey_get_usermeta_oncer') ) { -
force-reauthentication/trunk/readme.txt
r695569 r696047 4 4 Requires at least: 3.0 5 5 Tested up to: 3.5.1 6 Stable tag: 1.3 6 Stable tag: 1.3.1 7 7 8 8 Enables a site administrator to log out a user remotely via the WordPress admin interface
Note: See TracChangeset
for help on using the changeset viewer.