A page in your DokuWiki was added or changed. Here are the details: Date : 2019/07/23 10:39 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 IP-Address : 81.250.130.213 Hostname : lneuilly-657-1-3-213.w81-250.abo.wanadoo.fr Old Revision: http://ltb-project.org/documentation/self-service-password/1.4/config_questions?rev=1536680096 New Revision: http://ltb-project.org/documentation/self-service-password/1.4/config_questions Edit Summary: Multiple answers User : coudot
@@ -21,8 +21,16 @@ <file php> $use_questions = true; </file> + ===== Multiple answers ===== + + By default, a user can only register an answer to one question. You can allow users to register an answer to more than one question with this parameter: + <file php> + $multiple_answers = true; + </file> + + Then the user can use any valid answer to reset its password ===== Attribute and object class ===== Set the attribute in which the answer will be stored: <file php> -- This mail was generated by DokuWiki at http://ltb-project.org/
_______________________________________________ ltb-changes mailing list [email protected] https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes
