Ronan Le Bris
Ronan Le Bris
Hello there, `Bafford\PasswordStrengthBundle\Validator\Constraints\PasswordStrengthValidator` don't ignore empty values : ``` php public function validate($value, Constraint $constraint) { if($value === null) $value = ''; // ... ``` instead of ``` php public...
Hi, One of your product advantage compared to Google Analytics, is that it is not tainted by marketing / advertising / campaign performances purposes and thus can be used as...
Hi, Is there a way to anonymise the IP address that is stored with each log ? It is a requirement to be compliant with privacy regulations in Europe (GDPR/E-Privacy)....