A page in your DokuWiki was added or changed. Here are the details: Date : 2011/12/19 09:37 Browser : Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.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.7/config_tokens?rev=1311324768 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.7/config_tokens Edit Summary: User : coudot
@@ -12,9 +12,9 @@ ===== Activation ===== You can enable or disable this feature with ''$use_tokens'': - <file> + <file php> $use_tokens = true; </file> ===== Mail configuration ===== @@ -23,14 +23,14 @@ ===== Security ===== You can crypt tokens, to protect the session identifier: - <file> + <file php> $crypt_tokens = true; </file> You should set a token lifetime, so they are deleted if unused. The value is in seconds: - <file> + <file php> $token_lifetime = "3600"; </file> <note important>Token deletion is managed by PHP session garbage collector.</note> @@ -38,10 +38,10 @@ ===== 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> + <file php> $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
