[CST-5669] Improved orcid.disconnection.allowed-users comment

This commit is contained in:
Luca Giamminonni
2022-06-10 12:26:15 +02:00
parent 3660ec2cfa
commit 577e96180a

View File

@@ -1,8 +1,10 @@
#------------------------------------------------------------------#
#--------------------ORCID GENERIC CONFIGURATIONS------------------#
#------------------------------------------------------------------#
#Allowed values are disabled, only_admin, only_owner or admin_and_owner
# Configuration with which it is established which user can disconnect a profile from orcid (none, only the admin, only the owner or both).
# Allowed values are disabled, only_admin, only_owner or admin_and_owner
orcid.disconnection.allowed-users = admin_and_owner
#------------------------------------------------------------------#