Skip to content

Commit

Permalink
RAIN-1351 : Allow '.' for owner name in the user service (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
gopesh67 authored Jul 29, 2020
1 parent 6bb0c78 commit 4976757
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class UserServiceConstants {
public static final String IP_HEADER_NAME = "x-real-ip";


public static final String PATTERN_NAME = "^[^\\\\$\\\"'<>?\\\\\\\\~`!@#$%^()+={}\\\\[\\\\]*,.:;“”‘’]*$";
public static final String PATTERN_NAME = "^[^\\\\$\\\"'<>?\\\\\\\\~`!@#$%^()+={}\\\\[\\\\]*,:;“”‘’]*$";


public static final String PATTERN_GENDER = "^[a-zA-Z ]*$";
Expand Down

0 comments on commit 4976757

Please sign in to comment.