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
As as admin, I want the email address field to be domain validated across the application wherever applicable.
Things to Consider
Currently, the field takes anything @.com and does not validate the domain.
Criteria for Completion
When the user enters an email address, the system must validate the domain
If the user enters an invalid email address (wrong spelling, invalid domain, numbers, special symbols, etc.), the system must throw a warning message that says "Please enter a valid email address"
Screenshot for reference will be available soon.
The text was updated successfully, but these errors were encountered:
Summary
As as admin, I want the email address field to be domain validated across the application wherever applicable.
Things to Consider
Currently, the field takes anything @.com and does not validate the domain.
Criteria for Completion
Screenshot for reference will be available soon.
The text was updated successfully, but these errors were encountered: