(Work in progress)
RIFE has many configuration options that allow you to modify its behavior. See this source file
for a complete list.
Authentication
User data
- TABLE_USER: Name of the table that stores login names and passwords for users. Default is AuthUser.
- LOGIN_NAME_MAXIMUM_LENGTH: Maximum length of a login name. If this is set before RIFE creates the user table, the maximum length of the table's login name column will be set to this value when the table is created. This is also used to validate user input on login forms.
- PASSWORD_MAXIMUM_LENGTH: Maximum length of a password. If this is set before RIFE creates the user table, the maximum length of the table's password column will be set to this value when the table is created. This is also used to validate user input on login forms.
Database
- SQL_DEBUG_TRACE: If this is set to true, RIFE will log a message with the text of each SQL statement it issues and the statement's execution time. This can be useful for debugging database performance issues.