Rainloop-webmail: admin panel security

Created on 11 Mar 2016  Â·  7Comments  Â·  Source: RainLoop/rainloop-webmail

hi,

how can i secure admin section. I am using nginx and would like to have additional web user/pass to be added to this but i am not getting the correct url for that.

Most helpful comment

I have added a configuration parameter (54c3e07).
It will allow you to change admin url as you need.

Fix will be allowed in the next release version.

All 7 comments

http://domain.com/rainloop-path/?admin

That is my question, how can i secure it or change it. this ?admin is known to everyone.

@suyashjain I recommend this tutorial. https://www.digitalocean.com/community/tutorials/how-to-set-up-password-authentication-with-nginx-on-ubuntu-14-04

The solution is called 'htpasswd'. Make sure to install the apache2-utils packet before going through the tutorial. Also it's debatable if this really increases security.

Hi,

I would like to know if I could change the default admin URL so that others
could not guess the correct one.

Thanks
On Mar 22, 2016 12:39 PM, "ET-Bent" [email protected] wrote:

@suyashjain https://github.com/suyashjain I recommend this tutorial.
https://www.digitalocean.com/community/tutorials/how-to-set-up-password-authentication-with-nginx-on-ubuntu-14-04

The solution is called 'htpasswd'. Make sure to install the apache2-utils
packet before going through the tutorial. Also it's debatable if this
really increases security.

—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
https://github.com/RainLoop/rainloop-webmail/issues/976#issuecomment-199670387

@suyashjain You could use some simple rewrite rules for this (either NGINX or Apache).

I have added a configuration parameter (54c3e07).
It will allow you to change admin url as you need.

Fix will be allowed in the next release version.

[security]
admin_panel_key = "admin"
Was this page helpful?
0 / 5 - 0 ratings

Related issues

Setsuneh picture Setsuneh  Â·  5Comments

rpadovani picture rpadovani  Â·  4Comments

HLFH picture HLFH  Â·  3Comments

loxK picture loxK  Â·  3Comments

raszkiewicz picture raszkiewicz  Â·  3Comments