From f895dcdea69ab03c54a7ad4b4318c5601e195586 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 23 Sep 2016 22:09:07 +0000 Subject: Bug 1304882 - Create help page describing how to migrate from Persona to either internal or Github authentication --- .../en/default/pages/persona_deprecated.html.tmpl | 53 ++++++++++++++++++++++ .../auth/login-additional_methods.html.tmpl | 3 ++ 2 files changed, 56 insertions(+) create mode 100644 extensions/BMO/template/en/default/pages/persona_deprecated.html.tmpl diff --git a/extensions/BMO/template/en/default/pages/persona_deprecated.html.tmpl b/extensions/BMO/template/en/default/pages/persona_deprecated.html.tmpl new file mode 100644 index 000000000..072937c7f --- /dev/null +++ b/extensions/BMO/template/en/default/pages/persona_deprecated.html.tmpl @@ -0,0 +1,53 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% PROCESS global/header.html.tmpl + title = "Persona Deprecated" +%] + +

Persona Deprecated

+ +

+ Beginning on October 25th, 2016, Persona is no longer a supported authentication method + for bugzilla.mozilla.org (BMO). The Mozilla supported Persona service will cease operations on November 30th, 2016 so therefore + BMO will not longer be able to use the service for authentication. You can go + here for more information about Persona + and the reasons for shutting down service. +

+ +

+ For users of Persona on BMO, there are two other methods for authentication that are supported and you will need to switch + over to one of them before October 25th, 2016. +

+ +

Native Login

+ +

+ BMO has always supported native authentication using a password securely stored in our database. If you have used Persona since + first creating your BMO account, you will probably not know this password. But you can reset it to something you do know by clicking + on 'Forgot Password' at the right-hand top of the page. Enter your email you used with Persona in the text field and click + 'Reset Password'. +

+ +

+ You will receive an email with a link you can use to reset your current password to something you can use from now on. + After you reset your password, simply enter your login and the password in the login fields at the top of any BMO page. +

+ +

Github Login

+ +

+ Github is also a BMO supported method of authentication. To use Github, click 'Login' at the top + of any BMO page and then click on the 'Github' login image. You will need to have a Github account that has an email address the same + as the Persona email you were using, otherwise a different BMO account will be created. You will be able to choose the email address + you want to use for BMO if you have more than one configured in your Github profile. If none of the email addresses you have + configured in Github match what you were using for Persona, native login described above may be your best choice if you want to + retain your BMO data. +

+ +[% PROCESS global/footer.html.tmpl %] diff --git a/extensions/Persona/template/en/default/hook/account/auth/login-additional_methods.html.tmpl b/extensions/Persona/template/en/default/hook/account/auth/login-additional_methods.html.tmpl index 5be7910ad..c964f9fed 100644 --- a/extensions/Persona/template/en/default/hook/account/auth/login-additional_methods.html.tmpl +++ b/extensions/Persona/template/en/default/hook/account/auth/login-additional_methods.html.tmpl @@ -3,4 +3,7 @@

+

+ Note: Persona authentication will be removed on October 25th, 2016 (more info). +

[% END %] -- cgit v1.2.3-24-g4f1b