I need to chage reviewer user role “Allow user self-registration true —> false”
I edit registry/userGroups.xml “permitSelfRegistration=true → false”
It doesn’t effet.
How to edit?
Thank you
Ohno395
I need to chage reviewer user role “Allow user self-registration true —> false”
I edit registry/userGroups.xml “permitSelfRegistration=true → false”
It doesn’t effet.
How to edit?
Thank you
Ohno395
I’ve got the answer.
I must be delete "permitSelfRegistration=“true” " all, but can’t change true → false.
Hi @OhnO395,
The defaults are only loaded from the registry/userGroups.xml
file when a journal is first created; after that the settings live in the database, in this case in the user_groups
database table in the permit_self_registration
column.
Regards,
Alec Smecher
Public Knowledge Project Team
OK thank you very much. ^___^
OhnO395