A page in your DokuWiki was added or changed. Here are the details: Date : 2012/10/20 09:32 Browser : Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0 IP-Address : 82.225.22.177 Hostname : lyon.oodo.net Old Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.8/config_general?rev=1350717951 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/0.8/config_general Edit Summary: User : coudot
@@ -63,5 +63,17 @@ $login_forbidden_chars = "*()&|"; </file> <note>If no characters are configured in ''$login_forbidden_chars'', only alphanumeric characters are allowed.</note> + + ===== Default action ===== + + By default, the password change page is displayed. You can configure which page should be displayed when no action is defined: + <file php> + $default_action = "change"; + </file> + + Possibles values are: + * ''change'' + * ''sendtoken'' + * ''sendsms'' -- 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
