You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The usernameRegex and realNameRegex tests (performed on add and edit of user) in the user-service should be duplicated and errors should be displayed inline, blocking API call until validated.
The
usernameRegex
andrealNameRegex
tests (performed on add and edit of user) in the user-service should be duplicated and errors should be displayed inline, blocking API call until validated.Tests located here: https://github.com/plantlogic/user-service/blob/master/src/main/java/edu/csumb/spring19/capstone/services/UserService.java
Should be implemented here:
https://github.com/plantlogic/frontend/tree/master/src/app/user/management/add-user
https://github.com/plantlogic/frontend/tree/master/src/app/user/management/edit-user
The text was updated successfully, but these errors were encountered: