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