mirror of
https://github.com/enso-org/enso.git
synced 2024-11-30 05:04:21 +03:00
d11745a205
- 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 |
||
---|---|---|
.. | ||
lib | ||
.gitignore | ||
debugGlobals.ts | ||
eslint.config.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
utils.ts |