Difference between revisions of "App.conf"
From CollectiveAccess Documentation
Line 5: | Line 5: | ||
|'''Option'''||'''Description'''||'''Values'''||'''Availability''' | |'''Option'''||'''Description'''||'''Values'''||'''Availability''' | ||
|- | |- | ||
− | |dont_allow_duplicate_media|| | + | |dont_allow_duplicate_media||If set to non-zero value object representations will be rejected if they already exist in another representation record.||0 or 1; default is 0||Providence and Pawtucket from v1.3 |
|- | |- | ||
|} | |} | ||
Line 16: | Line 16: | ||
|registration_default_roles||List of role to grant to newly registered users.||List of role names or codes. Ex. <em>[cataloguer, marketing]</em>||Pawtucket from v1.3 | |registration_default_roles||List of role to grant to newly registered users.||List of role names or codes. Ex. <em>[cataloguer, marketing]</em>||Pawtucket from v1.3 | ||
|- | |- | ||
+ | |dont_allow_registration_and_login||If set to non-zero value registration and login of users will not be available. Use this when you want a system the is open to all users.||0 or 1; default is 0||Pawtucket from v.1.1 | ||
|} | |} | ||
[[Category:Setup_and_Configuration]] | [[Category:Setup_and_Configuration]] |
Revision as of 11:32, 27 September 2012
Media handling options
Option | Description | Values | Availability |
dont_allow_duplicate_media | If set to non-zero value object representations will be rejected if they already exist in another representation record. | 0 or 1; default is 0 | Providence and Pawtucket from v1.3 |
User registration (Pawtucket only)
Option | Description | Values | Availability |
registration_default_roles | List of role to grant to newly registered users. | List of role names or codes. Ex. [cataloguer, marketing] | Pawtucket from v1.3 |
dont_allow_registration_and_login | If set to non-zero value registration and login of users will not be available. Use this when you want a system the is open to all users. | 0 or 1; default is 0 | Pawtucket from v.1.1 |