TT#60967 - Add validation for SIP Username

* The username field for PBX subscribers
	   was of plain Text type; changed it to
	   +NGCP::Panel::Field::Identifier which
	   has proper validation

Change-Id: Id1eb740067f389df3a41accedd20ee853f8f215d
changes/30/33430/2
Flaviu Mates 7 years ago
parent 5c1fa4074d
commit f546d7ced9

@ -94,7 +94,7 @@ has_field 'webpassword' => (
);
has_field 'username' => (
type => 'Text',
type => '+NGCP::Panel::Field::Identifier',
label => 'SIP Username',
required => 1,
element_attr => {

Loading…
Cancel
Save