2014-04-09 17:13 GMT+02:00 MOKRANI Rachid <rachid.mokr...@ifpen.fr>:

>
>
>
>
> *De :* Clément OUDOT [mailto:clem.ou...@gmail.com]
> *Envoyé :* mercredi 9 avril 2014 17:05
> *À :* MOKRANI Rachid
> *Cc :* ltb-users@lists.ltb-project.org
> *Objet :* Re: [Ltb-users] reuse password et log
>
>
>
>  I just installed Self Service Password and everything seems to work fine
> except the following parameters:
>
> $ reset_request_log = "/data/ self-service-password";
>
> ls  -al /data/self-service-password -rw-rw-rw-1 apache apache
>  /data/self-service-password
>
> Which remains always empty despite  the correct rights.
>
>
>
> This log is only used with reset by token feature:
> http://ltb-project.org/wiki/documentation/self-service-password/latest/config_tokens
>
> Did you test this feature?
>
>  I use only this feature. And no log.
>
>
>
> ## Token
>
> # Use tokens?
>
> # true (default)
>
> # false
>
> $use_tokens = true;
>
> # Crypt tokens?
>
> # true (default)
>
> # false
>
> $crypt_tokens = true;
>
> # Token lifetime in seconds
>
> $token_lifetime = "3600";
>
>
>



We use the PHP error_log function to send log:
http://php.net/manual/en/function.error-log.php

You may have a PHP restriction on this. Could you try to configure a log
file inside /var/log ?



Clément.
_______________________________________________
ltb-users mailing list
ltb-users@lists.ltb-project.org
http://lists.ltb-project.org/listinfo/ltb-users

Reply via email to