diff --git a/Repositories/otago_eprints/otago_eprints/cfg/ArchiveConfig.pm b/Repositories/otago_eprints/otago_eprints/cfg/ArchiveConfig.pm index 7364fa2..47abcd8 100755 --- a/Repositories/otago_eprints/otago_eprints/cfg/ArchiveConfig.pm +++ b/Repositories/otago_eprints/otago_eprints/cfg/ArchiveConfig.pm @@ -215,7 +215,7 @@ # and the error page # cfg/static/en/error401.xpage # to remove the links to web registration. -$c->{allow_web_signup} = 1; +$c->{allow_web_signup} = 0; # Allow users to change their password via the web? # You may wish to disable this if you import passwords from an @@ -514,6 +514,8 @@ $c->{subscription_fields} = [ "subjects", + "affiliations", + "type", "refereed", "ispublished" ];