A page in your DokuWiki was added or changed. Here are the details: Date : 2016/08/29 17:04 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0 IP-Address : 193.248.50.71 Hostname : LStLambert-656-1-262-71.w193-248.abo.wanadoo.fr Old Revision: http://ltb-project.org/wiki/documentation/self-service-password/1.0/config_tokens?rev=1324283860 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/1.0/config_tokens Edit Summary: User : coudot
@@ -44,4 +44,10 @@ </file> <note important>Apache user must have write permission on this file.</note> + ===== Reset URL ===== + + By default, reset URL is computed using server name and port, but these values can be wrong if the application is behind a reverse proxy. In this case you can set yourself the reset URL: + <file php> + $reset_url = $_SERVER['HTTP_X_FORWARDED_PROTO'] . "://" . $_SERVER['HTTP_X_FORWARDED_HOST'] . $_SERVER['SCRIPT_NAME']; + </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
