mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/siproxd: add commonly used username characters (#4899)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= siproxd
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_REVISION= 3
|
||||
PLUGIN_COMMENT= Siproxd is a proxy daemon for the SIP protocol
|
||||
PLUGIN_DEPENDS= siproxd
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<username type="TextField">
|
||||
<Default></Default>
|
||||
<Required>Y</Required>
|
||||
<Mask>/^([0-9a-zA-Z._\-]){1,128}$/u</Mask>
|
||||
<Mask>/^([0-9a-zA-Z._\-\+\@]){1,128}$/u</Mask>
|
||||
</username>
|
||||
<password type="TextField">
|
||||
<Default></Default>
|
||||
|
||||
Reference in New Issue
Block a user