net/siproxd: add commonly used username characters (#4899)

This commit is contained in:
Konstantinos Spartalis
2025-08-16 08:33:51 +02:00
committed by GitHub
parent e0e2ad99d5
commit e3ab911da7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>