the default username that will be set as admin
the default username that will be set as admin
hostname - nedded to access the database
database name - the name of your mysql database
database user - what user should we use to access the database
database password - what password should we use to access the database
db prefix - would you like to use a prefix for your table?
app. url - the url that points to our application ( ! with trailing slash ) ex: http://www.domain.com/login/
do we have a folder where we store our scripts? ( ! no slashes ) ex: login
where should we redirect visitors if the access is restricted?
where should we redirect members after logging in?
where should we redirect on logout?
what email should we use to contact our members?
the domain name that we use
RUN_ON_DEVELOPMENT


YES if you wish to see the nasty errors for debugging, FALSE to hide them
REDIRECT_AFTER_CONFIRMATION

YES if you want to redirect your users to the members page after they confirm their membership
ALLOW_USERNAME_CHANGE

do we let our members update their usernames as well?
ALLOW_REMEMBER_ME

do we let our members use the "remember me" feature
USE_SMTP

do you want to use SMTP to send out emails? TRUE or FALSE ( mail() will be used )
what port should we use for smtp ( only needed if SMTP is set to YES )
what host should we use for smtp ( only needed if SMTP is set to YES )
what user should we use for smtp ( only needed if SMTP is set to YES )
what password should we use for smtp (only needed if SMTP is set to YES )
MAIL_IS_HTML

send emails as html or text? ( YES for html and NO for text )