diff options
-rw-r--r-- | etherpad/src/etherpad/pro/pro_accounts.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(''); } |