Search code examples
authenticationdspace

DSpace loginAs does not work


In dspace.cfg in DPspace 5.3 I set webui.user.assumelogin = true to be able to login as another person during tests.

I log in as an Adminstrator. In the JSPUI Admistrator screen I don't see the 'Login As' button at all. Under XMLUI the 'Login as E-Person' button is present, but colored grey, so I cannot click on it.

What can be the cause of this behavoir?


Solution

  • make sure to restart the server after changing the configuration to make sure your changes are applied.