Lines 174-179
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
174 |
('GoogleOpenIDConnect', '0', NULL, 'if ON, allows the use of Google OpenID Connect for login', 'YesNo'), |
174 |
('GoogleOpenIDConnect', '0', NULL, 'if ON, allows the use of Google OpenID Connect for login', 'YesNo'), |
175 |
('GoogleOAuth2ClientID', '', NULL, 'Client ID for the web app registered with Google', 'Free'), |
175 |
('GoogleOAuth2ClientID', '', NULL, 'Client ID for the web app registered with Google', 'Free'), |
176 |
('GoogleOAuth2ClientSecret', '', NULL, 'Client Secret for the web app registered with Google', 'Free'), |
176 |
('GoogleOAuth2ClientSecret', '', NULL, 'Client Secret for the web app registered with Google', 'Free'), |
|
|
177 |
('GoogleOpenIDConnectAutoRegister', '0',NULL,' Google OpenID Connect logins to auto-register patrons.','YesNo'), |
178 |
('GoogleOpenIDConnectDefaultBranch', '','','This branch code will be used to create Google OpenID Connect patrons.','Textarea'), |
179 |
('GoogleOpenIDConnectDefaultCategory','','','This category code will be used to create Google OpenID Connect patrons.','Textarea'), |
177 |
('GoogleOpenIDConnectDomain', '', NULL, 'Restrict Google OpenID Connect to this domain (or subdomains of this domain). Leave blank for all Google domains', 'Free'), |
180 |
('GoogleOpenIDConnectDomain', '', NULL, 'Restrict Google OpenID Connect to this domain (or subdomains of this domain). Leave blank for all Google domains', 'Free'), |
178 |
('hidelostitems','0','','If ON, disables display of\"lost\" items in OPAC.','YesNo'), |
181 |
('hidelostitems','0','','If ON, disables display of\"lost\" items in OPAC.','YesNo'), |
179 |
('HidePatronName','0','','If this is switched on, patron\'s cardnumber will be shown instead of their name on the holds and catalog screens','YesNo'), |
182 |
('HidePatronName','0','','If this is switched on, patron\'s cardnumber will be shown instead of their name on the holds and catalog screens','YesNo'), |
180 |
- |
|
|