Dashboard > RIFE > ... > Config > RIFE internal configuration
RIFE Log In   View a printable version of the current page.
RIFE internal configuration


Added by Steven Grimm, last edited by Joshua Hansen on Sep 11, 2008  (view change) show comment
Labels: 
(None)

(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_MINIMUM_LENGTH: Minimum length of a login name. This is also used to validate user input on login forms.
  • 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_MINIMUM_LENGTH: Minimum length of a password. 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.

See the mentioned source file for a complete list of options.

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.



Are you enjoying Confluence? Please consider purchasing it today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.1a Build:#515 May 19, 2006) - Bug/feature request - Contact Administrators