From 8e23148936c5aa043e7f6bfe56edc8b0f3a20b43 Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Wed, 31 Mar 2010 23:53:44 +0200 Subject: Revert "Change Pro Account login to HTTP instead of HTTPS" This should ideally be done from teh config-file. Anyway, the pro-pad system needs a greater review / cleanup. This reverts commit bb52de2259c58d36265c8af63c5c141e07ed466a. --- 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 97585a3..cdecd0d 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 [ - 'http://', httpsHost(pro_utils.getFullProHost()), '/ep/account/sign-in?', + 'https://', httpsHost(pro_utils.getFullProHost()), '/ep/account/sign-in?', 'uid=', account.id, '&tp=', tempPass ].join(''); } -- cgit v1.2.3