Hi Paul, the login/logout form in the Admin-UI is broken, but apart from confusing users it does not affect the actual platform usage.
>From what I can guess from your mail, it looks everything works fine, but let me elaborate on that: Marmotta comes with three pre-defined security profiles (simple, standard and restricted) with "simple" being the default one. In the "simple"-profile, write-access to the server (such as changing configuration settings, importing data) is allowed only from localhost, while reading is allowed. Password-Auth is ignored. With the "standard"-profile, write-access is allowed only for authenticated users (username&password) from any remote address, reading is still allowed. In "restricted", both read and write require authentication. Since you are running marmottta on a Windows 2008 Server, I assume you are accessing the admin-ui remotely thus the default (simple) profile does not allow importing. The easiest solution is to shut-down marmotta, then change/add the following values in the "system-config.properties" in the home-directory of marmotta: security.configured = false security.profile = standard After starting the server again, you should be able to import data using the default credentials. Please keep in mind that the default database is only feasible for testing. If you are managing bigger datasets you should switch to a different database (mysql or postgres (recommended)) Best, Jakob On 15 September 2014 19:42, Paul-E. Belanger <belange...@gmail.com> wrote: > Grüß Gott/Hello Team, > > I'm attempting to import a file to Marmotta using the UI, and get prompted > to input a user/password ("The server says: Linked Media Framework") > What should I use? > I don't remember having changed the admin password, so the default should > still be the original one. > > I'm currently using: > > 3.2.1 core deployed as WAR > Tomcat 7.0.35, > Windows 2008. > > > I'm using the H2 default backend, and have tried with both Chrome and > Firefox (after reading a post from 2013, > http://markmail.org/message/cwq3ddx4prpjgb2u, pertaining to the 'login' > button). I've tried IE as well... Is the 'login' button working at all? > > Baby steps, lads, so no abusive language, please. I'm really looking forward > to great things with this platform. > > Thanks for your consideration and collaboration, > > Paul Belanger > > >