Etherpad is insecure by default.
Category: etherpad
Etherpad Pro Sign In and Recovery password pages not working
Edit /usr/local/etherpad/trunk/etherpad/src/templates/main/pro_signup_body.ejs
Replace
Existing Users: Sign in here (and all the surrounding html)
with
Existing Users: Visit your pad URL to sign in: (ie http://yourpad.yourhosturl.com)
Configure Etherpad Pro AFTER installation
So you have Etherpad installed and working? Now you want to allow users to have sub-domains and their own accounts? Maybe you want the privacy settings, I don’t know…
First off: Got your * dns wildcard in place? You are going to need it.
Then: Set up your smtp server
Finally: Remove the need for SSL
Oh yeah then: Fix the sign in link
Etherpad SSL Https pro setup
Don’t wanna use SSL / https for etherpad? Fine.
Edit trunk/etherpad/src/etherpad/pro/pro_accounts.js
Replace ‘https://’, httpsHost(pro_utils.getFullProHost()), ‘/ep/account/sign-in?’,
with
‘http://’, httpHost(pro_utils.getFullProHost()), ‘/ep/account/sign-in?’,
Edit /usr/local/etherpad/trunk/etherpad/src/etherpad/control/pro/pro_main_control.js
Replace
evalExpDate: licensing.getLicense().expiresDate,
with
// evalExpDate: licensing.getLicense().expiresDate,
See my other etherpad blog posts for other help in getting pro working
Etherpad email is not working
If you have problems with emails not coming from your etherpad deployment try adding the line