From 4501ee3b1fd05a396dbe3cf99dae63b9fcfee306 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 11 Jan 2013 14:32:42 +0800 Subject: Bug 820183: fix default urls and param_descs --- extensions/BrowserID/lib/Config.pm | 4 ++-- .../template/en/default/admin/params/browserid.html.tmpl | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'extensions/BrowserID') diff --git a/extensions/BrowserID/lib/Config.pm b/extensions/BrowserID/lib/Config.pm index 9d47e52e2..7ee90d813 100644 --- a/extensions/BrowserID/lib/Config.pm +++ b/extensions/BrowserID/lib/Config.pm @@ -20,12 +20,12 @@ sub get_param_list { { name => 'browserid_verify_url', type => 't', - default => 'https://browserid.org/verify', + default => 'https://verifier.login.persona.org/verify', }, { name => 'browserid_includejs_url', type => 't', - default => 'https://browserid.org/include.js', + default => 'https://login.persona.org/include.js', } ); 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: https://browserid.org.", - browserid_includejs_server => "This is the URL needed by BrowserID to load the necessary javascript " _ - "library for authentication. Example: https://browserid.org." + browserid_verify_url => "This is the URL for the BrowserID authority that the " _ + "user will be verified against. " _ + "Example: https://verifier.login.persona.org/verify.", + browserid_includejs_url => "This is the URL needed by BrowserID to load the necessary " _ + "javascript library for authentication. " _ + "Example: https://browserid.org." } %] -- cgit v1.2.3-24-g4f1b