2012/1/11 Shannon <[email protected]>: > I'm seeing the following error in my logs: > > PHP Warning: preg_match_all(): Compilation failed: missing terminating ] > for character class at offset 2 in > /usr/share/self-service-password/lib/functions.inc.php on line 153, referer: > > I'm not forcing any forbidden characters, but just wanted to know if that > was normal.
This warning is normal, as $pwd_forbidden_chars is not defined. This could be avoided by patching the code, and test the variable before using it in a regexp. Patch welcomed ;) Clément. _______________________________________________ ltb-users mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-users
