Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
Local.Configuration.Site.Users Class Reference

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.
 

Member Data Documentation

string Local.Configuration.Site.Users.administrator = "administrator"
static

The name of an administrative account which can never be locked out.

Be certain this account has a STRONG password.


The documentation for this class was generated from the following file: