Files
plane/packages/utils
okxint 0f1f4d5c25 fix: Require at least one alphanumeric char in workspace name (#9263)
`COMPANY_NAME_REGEX` blocks disallowed chars but accepts symbol-only
strings like `-_________-` since `-` and `_` are in the allowed set.
Add `HAS_ALPHANUMERIC_REGEX` and check it in `validateWorkspaceName`
and `validateCompanyName` so inputs with no letter or digit are rejected.

Fixes makeplane/plane#9255

Signed-off-by: okxint <cashmein.eth@gmail.com>
2026-06-20 16:53:15 +05:30
..
2025-12-05 16:03:51 +05:30
2025-12-05 16:03:51 +05:30
2026-03-27 15:59:55 +05:30