Skip to content

Commit

Permalink
Change email address regex to support + character
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyamSanthosh committed Jan 22, 2024
1 parent 64aae76 commit 95b820c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<Required />
<DisplayOrder>6</DisplayOrder>
<SupportedByDefault />
<RegEx>^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$</RegEx>
<RegEx>^([a-zA-Z0-9_\+\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,10})+$</RegEx>
</Claim>
<Claim>
<ClaimURI>http://wso2.org/claims/telephone</ClaimURI>
Expand Down

0 comments on commit 95b820c

Please sign in to comment.