lava/dockermail

Rainloop set rights (to be able to change admin password)

dragonito opened this issue · 2 comments

Hi,

if you can´t change the admin password in admin panel you have to check the rights.

cd /var/www/
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

chown -R www-data:www-data .

perhaps it is possible to set the rights on docker build.

Cu

Robin

lava commented

Weird, I remember this working without having to do anything. Anyway, thanks for the info.

I got this problem on normal unchanged configuration. Perhaps the rights has to be set a little bit later in script.