Re: First authentication

2018-03-26 Thread Jakob Frank
Hi Francesco, the default security profile only allows write-operations from localhost [1], so if you have marmotta running on a remote server, you need to manually set the security profile to "standard" or "restricted" before. Simplest way is to update the 'security.profile = restricted' in the s

Re: First authentication

2018-03-26 Thread Francesco Bailo
Thanks, Xavier. I managed to install the development version. Still, the authentication doesn't work as expected. I managed to log in as admin but I couldn't change any setting or add a new user. As soon as I try to edit something, the app will ask me again to authenticate (Although I'm already au

Re: First authentication

2018-03-26 Thread Xavier Sumba
Hi Francesco, On Sun, Mar 25, 2018 at 11:52 PM, Francesco Bailo wrote: > Hi Sergio and Xavier, > > It might seem a stupid question but how do I install the 3.4.0-SNAPSHOT? > > Should I `git checkout develop` once I've cloned the repository and before > I do `mvn clean install`? > > Yes, you sh