-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-RC2
Currently the profilefields contains two redundant validation options ALPHA_ONLY and ALPHA_UNDERSCORE because the token \w includes the underscore too:
https://github.com/phpbb/phpbb/blob/develop-ascraeus/phpBB/phpbb/profilefields/type/type_string_common.php#L21-22
This may have an impact on the other options too.