Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca99444c authored by Fred Quintana's avatar Fred Quintana
Browse files

allow + in usernames

parent 345f8a1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ public class Patterns {

    public static final Pattern EMAIL_ADDRESS
        = Pattern.compile(
            "[a-zA-Z0-9\\+\\.\\_\\%\\-]{1,256}" +
            "[a-zA-Z0-9\\+\\.\\_\\%\\-\\+]{1,256}" +
            "\\@" +
            "[a-zA-Z0-9][a-zA-Z0-9\\-]{0,64}" +
            "(" +