diff options
author | David Lawrence <dkl@mozilla.com> | 2016-10-25 16:39:06 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-10-25 16:39:06 +0200 |
commit | 6e204f44eb041b48c9cfb183476b6319f9798f96 (patch) | |
tree | f478eba498ea48cee8403f860f658ef81c5b2889 | |
parent | 3e6736478603d9e881c12005e06845a25540fa4e (diff) | |
download | bugzilla-6e204f44eb041b48c9cfb183476b6319f9798f96.tar.gz bugzilla-6e204f44eb041b48c9cfb183476b6319f9798f96.tar.xz |
Bug 1304882 - Create help page describing how to migrate from Persona to
either internal or Github authentication (revised)
-rw-r--r-- | extensions/BMO/template/en/default/pages/persona_deprecated.html.tmpl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/extensions/BMO/template/en/default/pages/persona_deprecated.html.tmpl b/extensions/BMO/template/en/default/pages/persona_deprecated.html.tmpl index 072937c7f..18b7a3f60 100644 --- a/extensions/BMO/template/en/default/pages/persona_deprecated.html.tmpl +++ b/extensions/BMO/template/en/default/pages/persona_deprecated.html.tmpl @@ -22,16 +22,16 @@ <p> 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. + over to one of them after your current session expires starting October 25th, 2016. </p> <h3>Native Login</h3> <p> 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'. + first creating your BMO account, you will probably not know this password. But you can reset it to something you do know by first + logging out, and then 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'. </p> <p> @@ -42,12 +42,12 @@ <h3>Github Login</h3> <p> - <a href="https://github.com">Github</a> 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. + <a href="https://github.com">Github</a> is also a BMO supported method of authentication. To use Github, first log out and then + 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. </p> [% PROCESS global/footer.html.tmpl %] |