Lines 44-49
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
44 |
( 3, 'manage_search_filters', 'Manage custom search filters'), |
44 |
( 3, 'manage_search_filters', 'Manage custom search filters'), |
45 |
( 3, 'manage_identity_providers', 'Manage identity providers'), |
45 |
( 3, 'manage_identity_providers', 'Manage identity providers'), |
46 |
( 3, 'manage_record_sources', 'Manage record sources'), |
46 |
( 3, 'manage_record_sources', 'Manage record sources'), |
|
|
47 |
( 4, 'api_validate_password', 'Validate patron passwords using the API'), |
47 |
( 4, 'delete_borrowers', 'Delete patrons'), |
48 |
( 4, 'delete_borrowers', 'Delete patrons'), |
48 |
( 4, 'edit_borrowers', 'Add, modify and view patron information'), |
49 |
( 4, 'edit_borrowers', 'Add, modify and view patron information'), |
49 |
( 4, 'list_borrowers', 'Search, list and view patrons'), |
50 |
( 4, 'list_borrowers', 'Search, list and view patrons'), |