|
|
|
@ -1536,3 +1536,6 @@ $_configuration['auth_password_links'] = [ |
|
|
|
// You need add a new option called "confirmation" to the registration settings |
|
|
|
// You need add a new option called "confirmation" to the registration settings |
|
|
|
//INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_registration', 'confirmation', 'MailConfirmation'); |
|
|
|
//INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_registration', 'confirmation', 'MailConfirmation'); |
|
|
|
// ------ (End) Custom DB changes |
|
|
|
// ------ (End) Custom DB changes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//Allows to add increment in minutes to the date range component timepicker, example: 5,10,30 minutes |
|
|
|
|
|
|
|
//$_configuration['timepicker_increment'] = 5; |
|
|
|
|