@ -46,11 +46,13 @@ INSERT INTO settings_options (variable, value, display_text) values ('cas_add_us
INSERT INTO settings_options ( variable , value , display_text ) values ( ' cas_add_user_activate ' , ' extldap ' , ' casAddUserActivateLDAP ' ) ;
INSERT INTO settings_options ( variable , value , display_text ) values ( ' cas_add_user_activate ' , ' false ' , ' No ' ) ;
INSERT INTO settings_current ( variable , subkey , type , category , selected_value , title , comment , scope , subkeytext , access_url_changeable ) VALUES ( ' update_user_info_cas_with_ldap ' , NULL , ' radio ' , ' CAS ' , ' true ' , ' UpdateUserInfoCasWithLdapTitle ' , ' UpdateUserInfoCasWithLdapComment ' , NULL , NULL , 1 , 0 , 1 ) ;
INSERT INTO settings_current ( variable , subkey , type , category , selected_value , title , comment , scope , subkeytext , access_url_changeable ) VALUES ( ' update_user_info_cas_with_ldap ' , NULL , ' radio ' , ' CAS ' , ' true ' , ' UpdateUserInfoCasWithLdapTitle ' , ' UpdateUserInfoCasWithLdapComment ' , NULL , NULL , 0 )
-- Custom Pages
- - INSERT INTO settings_current ( variable , type , category , selected_value , title , comment , scope ) VALUES ( ' use_custom_pages ' , ' radio ' , ' Platform ' , ' false ' , ' UseCustomPages ' , ' UseCustomPagesComment ' , ' platform ' ) ;
- - INSERT INTO settings_options ( variable , value , display_text ) VALUES ( ' use_custom_pages ' , ' true ' , ' Yes ' ) , ( ' use_custom_pages ' , ' false ' , ' No ' ) ;
INSERT INTO settings_current ( variable , subkey , type , category , selected_value , title , comment , scope , subkeytext , access_url_changeable ) VALUES ( ' use_custom_pages ' , NULL , ' radio ' , ' Platform ' , ' false ' , ' UseCustomPagesTitle ' , ' UseCustomPagesComment ' , NULL , NULL , 1 ) ;
INSERT INTO settings_options ( variable , value , display_text ) values ( ' use_custom_pages ' , ' true ' , ' Yes ' ) ;
INSERT INTO settings_options ( variable , value , display_text ) values ( ' use_custom_pages ' , ' false ' , ' No ' ) ;
-- Pages after login by role
INSERT INTO settings_current ( variable , subkey , type , category , selected_value , title , comment , scope , subkeytext , access_url_changeable ) VALUES ( ' student_page_after_login ' , NULL , ' textfield ' , ' Platform ' , ' ' , ' StudentPageAfterLoginTitle ' , ' StudentPageAfterLoginComment ' , NULL , NULL , 0 ) ;
INSERT INTO settings_current ( variable , subkey , type , category , selected_value , title , comment , scope , subkeytext , access_url_changeable ) VALUES ( ' teacher_page_after_login ' , NULL , ' textfield ' , ' Platform ' , ' ' , ' TeacherPageAfterLoginTitle ' , ' TeacherPageAfterLoginComment ' , NULL , NULL , 0 ) ;