Re: default user

2016-04-14 Thread Gil Ayala
I did what it said in the page: curl -X POST -H "Content-Type: application/json" -d '["standard"]’ /marmotta/config/data/security.profile Obviously substituting for my server address. So I tried to find the file manually but I can’t find it, I search and there’s a config folder but nothing else

Re: default user

2016-04-13 Thread Jakob Frank
Hi Gil, by default the "simple" security profile is enabled, which allows write access to marmotta only from localhost. To enable write access (passwd-protected) from remote switch to the "standard" security profile [1]. In such case, please make sure you change the default password! Best, Jakob