A page in your DokuWiki was added or changed. Here are the details: Date : 2019/03/19 14:25 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.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_posthook?rev=1531129098 New Revision: http://ltb-project.org/documentation/self-service-password/1.4/config_posthook Edit Summary: User : coudot
@@ -16,8 +16,13 @@ You can choose to display an error if the script return code is greater than 0: <file php> $display_posthook_error = true; + </file> + + Another option can be enabled to encode the password in base64 before sending it to the script, which can avoid an execution issue if the password contains special characters: + <file php> + $posthook_password_encodebase64 = false; </file> The displayed message will be the first line of the script output. -- 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
