enso/app/ide-desktop
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
..
lib Fix validation regexes (#7499) 2023-08-17 10:32:53 +00:00
.gitignore Replace webpack with esbuild (#3592) 2022-08-10 03:41:44 +02:00
debugGlobals.ts New context menu (#7431) 2023-08-10 15:31:53 +00:00
eslint.config.js New sharing menu (#7406) 2023-08-10 09:09:31 +00:00
package-lock.json Fix validation regexes (#7499) 2023-08-17 10:32:53 +00:00
package.json Fix validation regexes (#7499) 2023-08-17 10:32:53 +00:00
tsconfig.json Run TypeScript typechecking and eslint on Lint CI (#6603) 2023-05-23 12:22:53 +02:00
utils.ts Enable require-jsdoc lint and add two lints related to React (#6403) 2023-05-19 19:55:29 +00:00