Issue #392 has been updated by Clément OUDOT. Status changed from New to Closed Target version changed from self-service-password-? to self-service-password-1.0
See https://github.com/ltb-project/self-service-password/issues/21 ---------------------------------------- Bug #392: Warning in logs when who_change_password not passed to change_password() http://tools.lsc-project.org/issues/392 Author: Stéphane Baud Status: Closed Priority: Normal Assigned to: Category: Self Service Password Target version: self-service-password-1.0 The change_password() call in resetbyquestions.php, is missing the last argument ($who_change_password) which triggers the following warning when configured for use with Active Directory : <pre> PHP Warning: Missing argument 9 for change_password(), called in /application/pwdreset/test/pages/resetbyquestions.php on line 158 and defined in /application/pwdreset/test/lib/functions.inc.php on line 195, referer: http://pwdreset-tst/index.php?action=resetbyquestions </pre> Simply adding the missing argument (tested locally) fixes the problem. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________ ltb-dev mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-dev
