Re: First authentication

2018-04-03 Thread Jakob Frank
You need to modify (or create) that file in the working-directory ($MARMOTTA_HOME) of you running instance. Or run the curl-command on the server, accessing Marmotta via *localhost* - e.g. by connecting to the server via ssh: `curl -X POST -H "Content-Type: application/json" -d '["standard"]' http

Re: First authentication

2018-03-28 Thread Francesco Bailo
Hi Jakob Thanks, for your help. I couldn't successfully set `security.profile = restricted`. I only found one `system-config.properties` in the directory: ./build/archetypes/marmotta-archetype-webapp/target/test-classes/projects/basic/project/test/target/archetype-it-marmotta-home/system-config

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

Re: First authentication

2018-03-25 Thread Francesco Bailo
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`? Thanks. Best Francesco -- *Francesco Bailo* Postdoctoral Fellow in Digital Media Methods Depa

Re: First authentication

2018-01-10 Thread Sergio Fernández
Hi Francesco, 3.3.x comes with a very annoying bug regarding login: https://issues.apache.org/jira/browse/MARMOTTA-534 It's going to be fixed in 3.4.0 if we find time to finally cast the release. So, in the meantime, I guess you have three options (I summarize them to have it documented): 1) Ch

Re: First authentication

2018-01-09 Thread Francesco Bailo
Hi Xavier No, no error. I tried to add the line `user.admin.pwhash = :sha1::myhashpasword` in the file `system-config.properties` file. The line was actually missing. This solved the problem of logging in with my local installation (on a Mac) but not on the Ubuntu server. Thanks Best Francesco

Re: First authentication

2018-01-09 Thread Xavier Sumba
Hi Francesco, That interface is a little tricky. Do you have any error on the console browser or maybe in a log file? Some points that I hope help you out. - You can change the default password [1]. - You can disable the security by changing *security.enabled = false* in your configurat

First authentication

2018-01-09 Thread Francesco Bailo
Hello, I have installed (standalone) and correctly started Apache Marmotta 3.3.0 on an Ubuntu server. But I can't log in with the default admin password (admin/pass123). Navigating to my host:8080, I get to access the configuration interface. But I can't change anything. I both tried using Chrome