-
Securing Etherpad admin with a password
Etherpad is insecure by default.
To secure etherpad edit/usr/local/etherpad/trunk/etherpad/etc/etherpad.localdev-default.propertiesAdd the line (if it doesn’t already exist – it exists by default)etherpad.adminPass = passwordReplace password with your passwordEdit the lineetherpad.isProduction = falseTo readetherpad.isProduction = trueSave the file and restart etherpad.Related posts:
- 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...
- Change the etherpad port from 9000 to port 80 edit etherpad/etc/etherpad.localdev-default.properties # replace listen = 9000 # with listen...
- Getting to know etherpad.local.properties alwaysHttps = false // Always use HTTPs connections ajstdlibHome =...
- Etherpad emails show wrong port (9000) when sending from version 1 running apache and mod_proxy Etherpad emails may show as port 9000 if you are...
- Etherpad email is not working If you have problems with emails not coming from your...