; This file is part of LEPTON Core, released under the GNU GPL
; Please see LICENSE and COPYING files in your package for details, specially for terms and warranties.
; NOTICE:LEPTON CMS Package has several different licenses.
; Please see the individual license in the header of each single file or info.php of modules and templates.
; @copyright 2010-2024 LEPTON Project
; @link https://LEPTON-cms.org
; @license https://gnu.org/licenses/gpl.html
; @license_terms please see LICENSE and COPYING files in your package
; DataBase-setup for LEPTON-CMS
; Set length for username, password and other constants
AUTH_MIN_LOGIN_LENGTH = 3
AUTH_MAX_LOGIN_LENGTH = 128
AUTH_MAX_PASS_LENGTH = 128
MAX_REGISTRATION_TIME = 3600
CRONJOB = 0 ; 0 = disabled, 1 = FE only, 2 = BE only, 3 = BE + FE
; Set allowed additional chars for email,usernames and passwords (extends LEPTON_handle methods)
additional_email_chars = ''
additional_usernames_chars = 'äöüÄÖÜ'
additional_password_chars = '@?'