-
- Downloads
New user account validations (#2037)
* force lowercase and no space for new and
edit user modals
* edit account modal validations
* use pattern for form validation + remove validations from edit user
* revert comment deletions
* comment fix
* update validation message
* update regex
allow updating by block name changes to invalid names
---------
Co-authored-by:
timothycarambat <rambat1010@gmail.com>
Showing
- frontend/src/components/UserMenu/AccountModal/index.jsx 10 additions, 1 deletionfrontend/src/components/UserMenu/AccountModal/index.jsx
- frontend/src/pages/Admin/Users/NewUserModal/index.jsx 18 additions, 2 deletionsfrontend/src/pages/Admin/Users/NewUserModal/index.jsx
- frontend/src/pages/Admin/Users/UserRow/EditUserModal/index.jsx 10 additions, 2 deletions...end/src/pages/Admin/Users/UserRow/EditUserModal/index.jsx
- server/models/user.js 18 additions, 4 deletionsserver/models/user.js
Loading
Please register or sign in to comment