Changeset 1714093
- Timestamp:
- 08/16/2017 12:47:10 PM (9 years ago)
- Location:
- superauth
- Files:
-
- 7 added
- 2 edited
-
tags/1.1.0 (added)
-
tags/1.1.0/assets (added)
-
tags/1.1.0/assets/css (added)
-
tags/1.1.0/assets/css/style.css (added)
-
tags/1.1.0/readme.txt (added)
-
tags/1.1.0/superauth-login-template.php (added)
-
tags/1.1.0/superauth.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/superauth-login-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
superauth/trunk/readme.txt
r1694885 r1714093 5 5 Requires at least: 4.0 6 6 Tested up to: 4.8.x 7 Stable tag: 1. 0.07 Stable tag: 1.1.0 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 116 116 == Upgrade Notice == 117 117 118 = 1.1.0 = 119 * Works with "All In One WP Security & Firewall" plugin 120 118 121 = 1.0.0 = 119 122 *Initial version. … … 121 124 == Changelog == 122 125 126 = 1.1.0 = 127 * Works with "All In One WP Security & Firewall" plugin 128 123 129 = 1.0.0 = 124 130 *Initial version. -
superauth/trunk/superauth-login-template.php
r1473231 r1714093 73 73 wp_set_current_user($userId); 74 74 wp_set_auth_cookie($userId); 75 75 //set last login time 76 update_usermeta( $userId, 'last_login_time', current_time('mysql') ); 76 77 wp_safe_redirect(home_url()); 77 78 exit();
Note: See TracChangeset
for help on using the changeset viewer.