Jump to content

ATK Configuration: Difference between revisions

From NusaATK
table fix
No edit summary
Line 49: Line 49:
  | Number higher than 0
  | Number higher than 0
  | 2
  | 2
|}
== Auth Config ==
{| class="metadata"
! Configoption || Description || Possible values || Default
|-
| $config_auth_enablepasswordmailer = true;
| This will put an extra button on the longin screen to have a password sent to the email address regered for the username entered. '''Of note''', the following options must also be set for this to work: $config_auth_usernode = "module.nodename"; $config_auth_usertable = "user_tablename";  $config_auth_userfield = "username_fieldname"; $config_auth_emailfield = "useremail_fieldname"; $config_auth_passwordfield = "userpassword_fieldname";
| True
| N/A
  |}
  |}

Revision as of 14:21, 21 November 2007

Below is a categorized list of configuration options. This page is far from complete. If you encounter a configuration value in ATK that is not listed here, please help us improve the documentation by adding it.

Within a category, the options are listed alphabetically.

Database Configuration

GUI Configuration

Relations

Auth Config