|
34 | 34 | iam_api_lookup: {{{ features.iam_api_lookup }}}
|
35 | 35 | supportedLoginMethods: {{{ supportedLoginMethods }}}
|
36 | 36 | maintenance_mode: "{{{ features.maintenance_mode }}}"
|
37 |
| - mozilla_accounts_banner_pre: "{{{ features.mozilla_accounts_banner_pre }}}" |
38 |
| - mozilla_accounts_banner_post: "{{{ features.mozilla_accounts_banner_post }}}" |
39 | 37 | Display names:
|
40 | 38 | github: {{{ displayNames.github }}}
|
41 | 39 | google-oauth2: {{{ displayNames.google-oauth2 }}}
|
|
62 | 60 | <p>We are currently experiencing an issue & working hard to resolve it. Please try to login again in a few minutes. Request help via <a href=" mailto:[email protected]" >[email protected]</a>, IRC #moc or Slack #mozsm-all. </p>
|
63 | 61 | </div>
|
64 | 62 | </div>
|
65 |
| - <div data-decorator="check-if-accounts-banner-pre" hidden> |
66 |
| - <div class="banner-branding" id="accounts-banner-pre"> |
67 |
| - <div class="flex"> |
68 |
| - <div class="cta flex"> |
69 |
| - <div class="flex-none order-last"> |
70 |
| - <button |
71 |
| - class="close-brand-banner" |
72 |
| - aria-label="Close Banner" |
73 |
| - type=button |
74 |
| - data-handler="mozilla-accounts-pre" |
75 |
| - > |
76 |
| - <img |
77 |
| - src="{{{ cdn }}}/images/x.svg" |
78 |
| - class="cursor-pointer" |
79 |
| - alt="Close Banner" |
80 |
| - /> |
81 |
| - </button> |
82 |
| - </div> |
83 |
| - |
84 |
| - <div class="flex-none relative"> |
85 |
| - <img |
86 |
| - class="mozilla-logo" |
87 |
| - src="{{{ cdn }}}/images/m.svg" |
88 |
| - alt="Mozilla m logo" |
89 |
| - /> |
90 |
| - </div> |
91 |
| - <div class="flex-initial max-w-md"> |
92 |
| - <p class="text-l font-bold"> |
93 |
| - Firefox accounts will be renamed Mozilla accounts on Nov 1 |
94 |
| - </p> |
95 |
| - <p class="text-s"> |
96 |
| - You’ll still sign in with the same username and password, and there are no other changes to the products that you use. |
97 |
| - <a href="https://support.mozilla.org/kb/firefox-accounts-renamed-mozilla-accounts">Learn more</a> |
98 |
| - </p> |
99 |
| - </div> |
100 |
| - </div> |
101 |
| - </div> |
102 |
| - </div> |
103 |
| - </div> |
104 |
| - <div data-decorator="check-if-accounts-banner-post" hidden> |
105 |
| - <div class="banner-branding" id="accounts-banner-post"> |
106 |
| - <div class="flex"> |
107 |
| - <div class="cta-post flex"> |
108 |
| - <div class="flex-none order-last"> |
109 |
| - <button |
110 |
| - class="close-brand-banner" |
111 |
| - aria-label="Close Banner" |
112 |
| - type=button |
113 |
| - data-handler="mozilla-accounts-post" |
114 |
| - > |
115 |
| - <img |
116 |
| - src="{{{ cdn }}}/images/x.svg" |
117 |
| - class="cursor-pointer" |
118 |
| - alt="Close Banner" |
119 |
| - |
120 |
| - /> |
121 |
| - </button> |
122 |
| - </div> |
123 |
| - <div class="flex-initial max-w-md"> |
124 |
| - <p class="text-m"> |
125 |
| - We’ve renamed Firefox accounts to Mozilla accounts. You’ll still sign in with the same username and password, and there are no other changes to the products that you use. |
126 |
| - <a href="https://support.mozilla.org/kb/firefox-accounts-renamed-mozilla-accounts">Learn more</a> |
127 |
| - </p> |
128 |
| - </div> |
129 |
| - </div> |
130 |
| - </div> |
131 |
| - </div> |
132 |
| - </div> |
133 | 63 |
|
134 | 64 | <div class="card">
|
135 | 65 | <a href="https://mozilla.org" class="logo" target="_blank"><img alt="Mozilla" src="{{{ cdn }}}/images/mozilla.svg" /></a>
|
|
150 | 80 | <input type="submit" class="button button--full-width" id="enter-initial" value="Enter" />
|
151 | 81 | <hr>
|
152 | 82 | <ul class="login-options list list--plain">
|
153 |
| - <li data-optional-login-method="firefoxaccounts" id="firefoxaccounts"> |
154 |
| - <button class="button button--full-width button--social button--secondary" type="button" data-handler="authorise-firefoxaccounts"> |
155 |
| - <img class="icon" src="{{{ cdn }}}/images/firefox.svg" alt=""> |
156 |
| - <span>Log in with Firefox</span> |
157 |
| - </button> |
158 |
| - </li> |
159 |
| - <li data-optional-login-method="firefoxaccounts" id="mozillaaccounts" data-decorator="show-mozilla-accounts" hidden> |
| 83 | + <li data-optional-login-method="firefoxaccounts" id="mozillaaccounts"> |
160 | 84 | <button class="button button--full-width button--social button--secondary" type="button" data-handler="authorise-firefoxaccounts">
|
161 | 85 | <img class="icon" src="{{{ cdn }}}/images/m.svg" alt="">
|
162 | 86 | <span>Sign in with Mozilla</span>
|
|
195 | 119 | <input type="submit" class="button button--full-width" id="enter-initial-signup" value="Enter" />
|
196 | 120 | <hr>
|
197 | 121 | <ul class="login-options list list--plain">
|
198 |
| - <li data-optional-login-method="firefoxaccounts" id="firefoxaccounts"> |
199 |
| - <button class="button button--full-width button--social button--secondary" type="button" data-handler="authorise-firefoxaccounts"> |
200 |
| - <img class="icon" src="{{{ cdn }}}/images/firefox.svg" alt=""> |
201 |
| - <span>Continue with Firefox</span> |
202 |
| - </button> |
203 |
| - <li data-optional-login-method="firefoxaccounts" id="mozillaaccounts" data-decorator="show-mozilla-accounts"> |
| 122 | + <li data-optional-login-method="firefoxaccounts" id="mozillaaccounts"> |
204 | 123 | <button class="button button--full-width button--social button--secondary" type="button" data-handler="authorise-firefoxaccounts">
|
205 | 124 | <img class="icon" src="{{{ cdn }}}/images/m.svg" alt="">
|
206 | 125 | <span>Continue with Mozilla</span>
|
|
249 | 168 | <a href="https://wiki.mozilla.org/IAM/Frequently_asked_questions#Q:_Why_do_you_support_email_login_.28.22passwordless.22.29_if_it.27s_less_safe_than_other_methods.3F" class="button button--text-only button--unpadded" target="_blank">Why an email?</a>
|
250 | 169 | <hr>
|
251 | 170 | <ul class="login-options list list--plain">
|
252 |
| - <li data-optional-login-method="firefoxaccounts" id="firefoxaccounts"> |
253 |
| - <button class="button button--full-width button--social button--secondary" type="button" data-handler="authorise-firefoxaccounts"> |
254 |
| - <img class="icon" src="{{{ cdn }}}/images/firefox.svg" alt=""> |
255 |
| - <span>Continue with Firefox</span> |
256 |
| - </button> |
257 |
| - </li> |
258 |
| - <li data-optional-login-method="firefoxaccounts" id="mozillaccounts" data-decorator="show-mozilla-accounts"> |
| 171 | + <li data-optional-login-method="firefoxaccounts" id="mozillaccounts"> |
259 | 172 | <button class="button button--full-width button--social button--secondary" type="button" data-handler="authorise-firefoxaccounts">
|
260 | 173 | <img class="icon" src="{{{ cdn }}}/images/m.svg" alt="">
|
261 | 174 | <span>Continue with Mozilla</span>
|
@@ -351,9 +264,7 @@ <h2 class="card__heading card__heading--iconless">Auto-login settings</h2>
|
351 | 264 | "features" : {
|
352 | 265 | "autologin": "{{{ features.autologin }}}",
|
353 | 266 | "iam_api_lookup": "{{{ features.iam_api_lookup }}}",
|
354 |
| - "maintenance_mode": "{{{ features.maintenance_mode }}}", |
355 |
| - "mozilla_accounts_banner_pre": "{{{ features.mozilla_accounts_banner_pre }}}", |
356 |
| - "mozilla_accounts_banner_post": "{{{ features.mozilla_accounts_banner_post }}}" |
| 267 | + "maintenance_mode": "{{{ features.maintenance_mode }}}" |
357 | 268 | },
|
358 | 269 | "supportedLoginMethods": "{{{ supportedLoginMethods }}}",
|
359 | 270 | "logout_url": "{{{ logout_url }}}",
|
|
0 commit comments