Arena
1.0
A content management system
|
Static Public Attributes | |
string | category = "users" |
The name of the database table used to store user information (only change this if you know what are you doing!) | |
string | anonymous = "visitor" |
The name of the account to use for anonymous site visitors. | |
string | administrator = "administrator" |
The name of an administrative account which can never be locked out. More... | |
int | loginDelayMaximum = 60 |
The maximum length of time, in seconds between login attempts (in other words, how much time can pass between entering a user name and a password before the user name must be entered again) | |
int | lockThreshold = 4 |
The number of failed login attempts before a user account is locked. | |
logIP = True | |
Whether to log the IP addresses of users. | |
|
static |
The name of an administrative account which can never be locked out.
Be certain this account has a STRONG password.