A page in your DokuWiki was added or changed. Here are the details: Date : 2010/07/30 13:19 Browser : Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8 IP-Address : 213.41.232.151 Hostname : dslm0.nerim.lyon.linagora.net Old Revision: none New Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.4/config_tokens Edit Summary: created User : coudot
====== Reset by mail tokens ====== <note>Configuration file: ''self-service-password/config.inc.php''</note> ===== How it works? ===== First, the user will enter his login and his mail address. A mail is sent to him. Then, the user click on the link in the mail, an can set a new password. <note>PHP sessions are used to store and retrieve token on server side.</note> ===== Activation ===== You can enable or disable this feature with ''$use_tokens'': <file> $use_tokens = true; </file> ===== Attribute ===== Set the attribute where the user email is stored: <file> $mail_attribute = "mail"; </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
