Samuel
Samuel
Your log mentions `SERVER -> CLIENT: 250 2.6.0 Queued mail for delivery`. Thus, there should be logs in that remote relay, that would tell us what went on with that...
Hi, See #603 for a possible fix / to test. The session_name warning shouldn't be an issue: we would use the session ID, submitted in the confirmation e-mail, to confirm...
I'm not sure the library we use sending emails (PHPMailer) still supports NTLM. They have an old issue, closed, over there: https://github.com/PHPMailer/PHPMailer/issues/1145 Digging in our code, we would find comments:...
Line 123 from sendtoken.php would be some `$mailValues = ldap_get_values($ldap, $entry, $mail_attribute);` I'm not sure what's going on. Sounds like an issue with that ldap function -- or our input......
When ldap_get_values doesn't find anything for a given attribute, it doesn't throw an error. You would get an object, with a key `count`, and its value: `0`. There's something wrong...
Hi, Have you tried adding a ``?
Allright, ... indeed, one way to avoid characters such as `
the `Call to undefined function PwnedPasswords\\curl_init()` message, as well as line 94 from `lib/vendor/ron-maxweb/pwned-passwords/src/PwnedPasswords/PwnedPasswords.php`, both suggest there was an issue loading PHP curl library. Any chance that module used to...
In debian 11, /etc/ldap/ldap.conf is part of the libldap-common package.
At first glance, I don't see any error loading SelfServicePassword pages when installed on a PHP-8 base, ldap functions are there, ... could you elaborate: have you seen an error?...