如何在JSPUI 5.6中禁用登录/注册用户?

时间:2017-03-15 12:37:06

标签: dspace

我需要进行数据库迁移,但我希望用户可以使用该存储库。仅禁用用户注册和身份验证。我使用JSPUI。

1 个答案:

答案 0 :(得分:0)

您可以通过在dspace / config / modules / authentication.cfg中注释掉AuthenticationMethod属性来禁用身份验证和注册

# plugin.sequence.org.dspace.authenticate.AuthenticationMethod = org.dspace.authenticate.PasswordAuthentication

要在完成数据库迁移后重新启用身份验证和注册,请在dspace / config / modules / authentication.cfg中恢复AuthenticationMethod属性

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = org.dspace.authenticate.PasswordAuthentication