Changeset 2362334
- Timestamp:
- 08/16/2020 11:33:05 AM (5 years ago)
- Location:
- identity-plus/trunk
- Files:
-
- 5 edited
-
identity-plus.php (modified) (1 diff)
-
lib/identity_plus/Identity_Plus_API.php (modified) (1 diff)
-
lib/protected.php (modified) (1 diff)
-
lib/settings_panel.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
identity-plus/trunk/identity-plus.php
r2244935 r2362334 5 5 Plugin URI: https://wordpress.org/plugins/identity-plus 6 6 Description: Connect your WordPress with Identity Plus and enable invisible 2 factor authentication, secured SSO, SSL Client Certificate based access on select pages and join the Identity Plus network of trust where devices and people are anonymousely rated based on how they behave. 7 Version: 2. 27 Version: 2.3 8 8 Author: Identity Plus Inc. 9 9 Author URI: https://identity.plus -
identity-plus/trunk/lib/identity_plus/Identity_Plus_API.php
r2244935 r2362334 65 65 class Identity_Plus_API { 66 66 const HOME = "identity.plus"; 67 // const HOME = "local.stefan farr.identityplus.app";67 // const HOME = "local.stefan.idplus.zone"; 68 68 69 69 public $cert_details; -
identity-plus/trunk/lib/protected.php
r1920099 r2362334 82 82 </p> 83 83 <p> 84 <a href="https:// get.identity.plus" target="_blank" class="button_ab">Certify My Device</a> or84 <a href="https://signon.identity.plus" target="_blank" class="button_ab">Certify My Device</a> or 85 85 <a href="https://identity.plus" target="_blank" style="width:initial; max-width:initial; font-size:16px; font-weight:300; font-family:'Roboto'; margin-top:20px; margin-left:30px;">Find out how it works on Identity +</a> 86 86 </p> -
identity-plus/trunk/lib/settings_panel.php
r2244935 r2362334 363 363 364 364 // redirect to authorization page 365 wp_redirect( "https:// register." . Identity_Plus_API::HOME . '/' . $intent_ref->value, 302, 'WordPress' );365 wp_redirect( "https://signon." . Identity_Plus_API::HOME . '/register/' . $intent_ref->value, 302, 'WordPress' ); 366 366 367 367 exit(); -
identity-plus/trunk/readme.txt
r2244937 r2362334 3 3 Tags: authentication, security, 2factor, comments, spam, VPN, tls authentication, SSL client certificate, device identity, identity in the browser, two factor, login, two step authentication, password, admin, mobile, multi-factor, android, iphone, sso, strong two-step verification 4 4 Requires at least: 3.9 5 Tested up to: 5. 3.26 Stable tag: 2. 25 Tested up to: 5.5 6 Stable tag: 2.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 == Changelog == 89 89 90 == 2.3 == 91 Minor updated and tested with WordPress 5.5 92 90 93 == 2.2 == 91 94 Tested with WordPress 5.3.2
Note: See TracChangeset
for help on using the changeset viewer.