__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
jQuery( document ).ready( function ( $ ) {
var body = $( 'body' ),
toggleSSO = $( '.jetpack-sso-toggle' ),
userLogin = $( '#user_login' ),
userPassword = $( '#user_pass' ),
ssoWrap = $( '#jetpack-sso-wrap' ),
loginForm = $( '#loginform' ),
overflow = $( '<div class="jetpack-sso-clear"></div>' );
// The overflow div is a poor man's clearfloat. We reposition the remember me
// checkbox and the submit button within that to clear the float on the
// remember me checkbox. This is important since we're positioning the SSO
// UI under the submit button.
//
// @TODO: Remove this approach once core ticket 28528 is in and we have more actions in wp-login.php.
// See - https://core.trac.wordpress.org/ticket/28528
loginForm.append( overflow );
overflow.append( $( 'p.forgetmenot' ), $( 'p.submit' ) );
// We reposition the SSO UI at the bottom of the login form which
// fixes a tab order issue. Then we override any styles for absolute
// positioning of the SSO UI.
loginForm.append( ssoWrap );
body.addClass( 'jetpack-sso-repositioned' );
toggleSSO.on( 'click', function ( e ) {
e.preventDefault();
body.toggleClass( 'jetpack-sso-form-display' );
if ( ! body.hasClass( 'jetpack-sso-form-display' ) ) {
userLogin.focus();
userPassword.prop( 'disabled', false );
}
} );
} );
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| class-jetpack-force-2fa.php | File | 4.66 KB | 0644 |
|
| class.jetpack-sso-helpers.php | File | 10.82 KB | 0644 |
|
| class.jetpack-sso-notices.php | File | 7.25 KB | 0644 |
|
| jetpack-sso-login-rtl.css | File | 2.69 KB | 0644 |
|
| jetpack-sso-login-rtl.min.css | File | 2.18 KB | 0644 |
|
| jetpack-sso-login.css | File | 2.62 KB | 0644 |
|
| jetpack-sso-login.js | File | 1.29 KB | 0644 |
|
| jetpack-sso-login.min.css | File | 2.18 KB | 0644 |
|