aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etherpad/src/etherpad/pro/pro_accounts.js2
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 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('');
}