Clément "KPTN" OUDOT

Results 461 comments of Clément "KPTN" OUDOT

We could also install Smarty in another location (for example /usr/local/smarty3) and change the configuration in conf/config.inc.local.php : ```php define("SMARTY", "/usr/local/smarty3/Smarty.class.php"); ```

This is a notice message and should not have any impact on the application.

Not yet but feel free to do it. We are also looking for another captcha system, independant from Google. Any idea is welcomed.

We will use a built-in captcha in release 1.4 (see #311) and remove reCAPTCHA. We could reintroduce recaptcha in next versions if someone really need it.

There is a built-in captcha, did you try it? I'm not sure we will spend much time on a proprietary captcha. But if you really need it, you can sponsor...

Hello @paulz1 It is often a bad idea to send to admin a security token. Only the end user should get it. We often solve this by setting the user...

This is a new feature. SMS is only used for now to get a code to reset its password.

Could you set `$debug = true;` and see what is in your logs?

Are you sure that you are not using the master version of SSP? The `sizeof` method is not in 1.4.3 code.

As your file is in `/var/www/html/`, it means you did not use the package, which installs in `/usr/share/self-service-password/` Follow the documentation strictly, it should work.