-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-RC2
-
Fix Version/s: 3.1.3-RC1
-
Component/s: User Control Panel (UCP)
-
Labels:
-
GitHub Pull Request URL:
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.