SecureLogin

SecureLogin_config Class Reference

Static Public Attributes

static $db_host = 'localhost'
 The database host.
static $db_user = 'dbuser'
 The database user.
static $db_pass = 'dbpass'
 The database passwort.
static $db_name = 'database'
 The database nost.
static $db_temptable_name = 'LoginKeys'
 A user-defined name for the temporary table.
static $db_usertable_name = 'Players'
 The name of the table containing users (usertable)
static $db_usertable_login = 'login'
 The name of the column in the usertable containing login names.
static $db_usertable_pw = 'pw'
 The name of the column in the usertable containing passwords.
static $field_login = 'login'
 The id of the login-field (doesn't need to be in a formular)
static $field_pw = 'pass'
 The id of the password-field (doesn't need to be in a formular)
static $form_form = 'loginform'
 The user-defined id of the login-formular created by SecureLogin.
static $string_login = "Benutzername:"
 Username string (only used if complete form gets generated by SecureLogin)
static $string_pw = "Passwort:"
 Password string (only used if complete form gets generated by SecureLogin)
static $string_submit = "Daten absenden"
 Submit button string (only used if complete form gets generated by SecureLogin)
static $path_js = "js/"
 Javascript path (with trailing slash!)
static $max_age = 600
 Maximum age (in seconds) for temporary key (0=unlimited, default: 600s=10min)
static $error_success = 0
static $error_mysql_connection = 8
static $error_mysql_consistency = 2
static $error_mysql_unknown = 4
static $error_no_data_provided = 1
static $error_temporary_key_too_old = 16
static $error_login_wrong = 32

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables