summaryrefslogtreecommitdiffstats
path: root/extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-01-11 07:32:42 +0100
committerByron Jones <bjones@mozilla.com>2013-01-11 07:32:42 +0100
commit4501ee3b1fd05a396dbe3cf99dae63b9fcfee306 (patch)
treeb577d7fd725262580f39841e049789be7e41896d /extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl
parent32a2d5fb62b8756297fc2be7d41599fe24bf7878 (diff)
downloadbugzilla-4501ee3b1fd05a396dbe3cf99dae63b9fcfee306.tar.gz
bugzilla-4501ee3b1fd05a396dbe3cf99dae63b9fcfee306.tar.xz
Bug 820183: fix default urls and param_descs
Diffstat (limited to 'extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl')
-rw-r--r--extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl b/extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl
index be60e612b..e78dbb471 100644
--- a/extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl
+++ b/extensions/BrowserID/template/en/default/admin/params/browserid.html.tmpl
@@ -12,9 +12,11 @@
%]
[% param_descs = {
- browserid_verify_server => "This is the URL for the BrowserID (Persona) authority that the " _
- "user will be verified against. Example: <kbd>https://browserid.org</kbd>.",
- browserid_includejs_server => "This is the URL needed by BrowserID to load the necessary javascript " _
- "library for authentication. Example: <kbd>https://browserid.org</kbd>."
+ browserid_verify_url => "This is the URL for the BrowserID authority that the " _
+ "user will be verified against. " _
+ "Example: <kbd>https://verifier.login.persona.org/verify</kbd>.",
+ browserid_includejs_url => "This is the URL needed by BrowserID to load the necessary " _
+ "javascript library for authentication. " _
+ "Example: <kbd>https://browserid.org</kbd>."
}
%]