A page in your DokuWiki was added or changed. Here are the details: Date : 2011/12/18 23:17 Browser : Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0 IP-Address : 82.225.22.177 Hostname : lyon.oodo.net Old Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.7/migration?rev=1311323077 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.7/migration Edit Summary: User : coudot
@@ -1,6 +1,19 @@ ====== Migration ====== - In version 0.6, the configuration file has moved into the ''conf/'' subdirectory. + If you use packages, your configuration will be kept. To use new feature, you can add these parameters: - RPM and Debian packaging post install scripts should have copy the old file into its new location. If not, just move the file into the ''conf/'' subdirectory. + <file php> + # Force account unlock when password is changed + $ad_options['force_unlock'] = false; + # Force user change password at next login + $ad_options['force_pwd_change'] = false; + + # Shadow options - require shadowAccount objectClass + # Update shadowLastChange + $shadow_options['update_shadowLastChange'] = false; + + # Customize theme (see http://code.google.com/intl/de-DE/apis/recaptcha/docs/customization.html) + # Examples: red, white, blackglass, clean + $recaptcha_theme = "white"; + </file> -- This mail was generated by DokuWiki at http://ltb-project.org/wiki/ _______________________________________________ ltb-changes mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-changes
