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
AllowedPattern: '^([a-zA-Z0-9_-.]+)@([a-zA-Z0-9_-.]+).([a-zA-Z]{2,15})$'
ConstraintDescription: Must be a valid email address.
HAAPassword:
Description: High-availability add-on password.
The text was updated successfully, but these errors were encountered:
Describe the bug
Email validation on main template does not handle new TLD domains like packet.global for example
Product and Cloud
Latest UiPath for AWS
Expected behavior
dont force .com, .org domain emails
Additional context
fix
diff --git a/cloudformation/templates/main.template.yaml b/cloudformation/templates/main.template.yaml
index 2964428..7494086 100644
--- a/cloudformation/templates/main.template.yaml
+++ b/cloudformation/templates/main.template.yaml
@@ -834,7 +834,7 @@ Parameters:
Description: High-availability add-on user name. Must be a valid email address.
Type: String
Default: '[email protected]'
ConstraintDescription: Must be a valid email address.
HAAPassword:
Description: High-availability add-on password.
The text was updated successfully, but these errors were encountered: