enso/app
somebody1234 d11745a205
Fix validation regexes (#7499)
- Closes #7498
- Validation regex previously disallowed non-ASCII characters, now fixed
- Changes every password input to use the correct regex. For old/new passwords, it uses the regular input. For password confirmations, it uses the new password, converted to a regex. This makes it so that the password confirmation input's validation only succeeds when it exactly matches the new password.

# Important Notes
None
2023-08-17 10:32:53 +00:00
..
gui Documentation panel redesign (#7372) 2023-08-15 17:11:36 +04:00
ide-desktop Fix validation regexes (#7499) 2023-08-17 10:32:53 +00:00