From bb52de2259c58d36265c8af63c5c141e07ed466a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Mar 2010 18:46:40 +0000 Subject: Change Pro Account login to HTTP instead of HTTPS --- etherpad/src/etherpad/pro/pro_accounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpad/src/etherpad/pro/pro_accounts.js b/etherpad/src/etherpad/pro/pro_accounts.js index cdecd0d..97585a3 100644 --- a/etherpad/src/etherpad/pro/pro_accounts.js +++ b/etherpad/src/etherpad/pro/pro_accounts.js @@ -512,7 +512,7 @@ function getFullNameById(id) { function getTempSigninUrl(account, tempPass) { return [ - 'https://', httpsHost(pro_utils.getFullProHost()), '/ep/account/sign-in?', + 'http://', httpsHost(pro_utils.getFullProHost()), '/ep/account/sign-in?', 'uid=', account.id, '&tp=', tempPass ].join(''); } -- cgit v1.2.3-1-g7c22