Class

SecurityConfig

Package: PHPBoost\Config Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Julien BRISWALTER j1.seth@phpboost.com Version: PHPBoost 5.2 - last update: 2016 09 24 Since: PHPBoost 5.1 - 2015 07 17 Located at: phpboost/config/SecurityConfig.class.php
AbstractConfigData implements ConfigData
Extended by SecurityConfig
Methods summary
public
public
public
public
public
public
public
public string[mixed]
# get_default_values( )

Returns a map associating to each property name the corresponding default value

public static SecurityConfig
# load( )

Returns the configuration.

public static
# save( )

Saves the configuration in the database. Has it become persistent.

Constants summary
string INTERNAL_PASSWORD_MIN_LENGTH
# 'internal_password_min_length'
string INTERNAL_PASSWORD_STRENGTH
# 'internal_password_strength'
string LOGIN_AND_EMAIL_FORBIDDEN_IN_PASSWORD
# 'login_and_email_forbidden_in_password'
string PASSWORD_STRENGTH_WEAK
# 'weak'
string PASSWORD_STRENGTH_MEDIUM
# 'medium'
string PASSWORD_STRENGTH_STRONG
# 'strong'
string PASSWORD_STRENGTH_VERY_STRONG
# 'very_strong'