Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

config.inc.php.dist 646B

123456789101112131415
  1. <?php
  2. // The id of the address book to use to automatically set a
  3. // user's full name in their new identity. (This should be an
  4. // string, which refers to the $config['ldap_public'] array.)
  5. $config['new_user_identity_addressbook'] = 'People';
  6. // When automatically setting a user's full name in their
  7. // new identity, match the user's login name against this field.
  8. $config['new_user_identity_match'] = 'uid';
  9. // Determine whether to import user's identities on each login.
  10. // New user identity will be created for each e-mail address
  11. // present in address book, but not assigned to any identity.
  12. $config['new_user_identity_onlogin'] = false;