TT#83000 Re-add posibilioty to use + = , ; for SIP usernames since they are unreserved

Change-Id: Iecfd269778032772f3a8269637f36ebc2b122853
changes/56/41156/2
Flaviu Mates 5 years ago
parent d15a6b3117
commit 4365599a20

@ -11,7 +11,7 @@ sub validate {
$self->value =~ m/\.$/ or
$self->value =~ m/\.\./ );
return $self->add_error("Contains invalid symbols.")
unless ( $self->value =~ m/^[[:lower:][:upper:][:digit:]_.~'()!*-]+$/ );
unless ( $self->value =~ m/^[[:lower:][:upper:][:digit:]+=,;_.~'()!*-]+$/ );
return 0;
}

Loading…
Cancel
Save