
Apple has informed iCloud users via email that the company will begin rolling out an app-specific password feature. The feature allows users with iCloud two-factor authentication enabled to use third-party apps.
Apple explains:

It will be required starting October 1st. Apple has also informed users via email about this morning’s general rollout of two-factor verification for iCloud.
';
jQuery('body').append( content );
} else if ( ! navigator.userAgent.match(/iPhone/) && ! dd_banner_cookie ) {
var content = '';
jQuery('body').append( content );
var $hide = jQuery( document.getElementById( 'hide-dd-banner' ) );
$hide.on( 'click', function( event ) {
event.preventDefault();
var $ddBanner = jQuery( document.getElementById( 'daily-deal-banner' ) ),
date = new Date();
date.setDate(date.getDate() + 10); // add 10 days to today to expire the cookie.
var value = "true; expires=" + date.toUTCString() + "; path=/";
document.cookie = "hide-dd-banner=" + value;
$ddBanner.animate( {left:'-50px'} );
});
}



0 commentaires:
Enregistrer un commentaire