A page in your DokuWiki was added or changed. Here are the details: Date : 2011/07/22 10:52 Browser : Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0 IP-Address : 213.41.232.151 Hostname : dslm0.nerim.lyon.linagora.net Old Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.6/config_tokens?rev=1311324277 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.6/config_tokens Edit Summary: User : coudot
@@ -16,15 +16,11 @@ <file> $use_tokens = true; </file> - ===== Attribute ===== - - Set the attribute where the user email is stored: - <file> - $mail_attribute = "mail"; - </file> + ===== Mail configuration ===== + See the [[config_mail|mail configuration documentation]]. ===== Security ===== You can crypt tokens, to protect the session identifier: @@ -37,4 +33,15 @@ $token_lifetime = "3600"; </file> <note important>Token deletion is managed by PHP session garbage collector.</note> + + ===== Log ===== + + By default, generated URLs are logged in the default Apache error log. This behavior can be changed, to log in a specific file: + + <file> + $reset_request_log = "/var/log/self-service-password"; + </file> + + <note important>Apache user must have write permission on this file.</note> + -- 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
