mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
allow : in FreeRADIUS user and password (#3976)
This commit is contained in:
+2
-2
@@ -9,13 +9,13 @@
|
||||
<id>user.username</id>
|
||||
<label>Username</label>
|
||||
<type>text</type>
|
||||
<help>Set the unique username for the user. Allowed characters are 0-9, a-z, A-Z, and ._-@/</help>
|
||||
<help>Set the unique username for the user. Allowed characters are 0-9, a-z, A-Z, and ._-@/:</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>user.password</id>
|
||||
<label>Password</label>
|
||||
<type>password</type>
|
||||
<help>Set the password for the user. Allowed characters are 0-9, a-z, A-Z, and ,._-!$%/()+#= with up to 128 characters.</help>
|
||||
<help>Set the password for the user. Allowed characters are 0-9, a-z, A-Z, and ,._-!$%/()+#=: with up to 128 characters.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>user.passwordencryption</id>
|
||||
|
||||
@@ -11,11 +11,11 @@
|
||||
</enabled>
|
||||
<username type="TextField">
|
||||
<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">
|
||||
<Required>Y</Required>
|
||||
<mask>/^([0-9a-zA-Z._\-\!\$\%\/\(\)\+\#\=\{\}]){1,128}$/u</mask>
|
||||
<mask>/^([0-9a-zA-Z._\-\!\$\%\/\(\)\+\#\=\{\}:]){1,128}$/u</mask>
|
||||
</password>
|
||||
<passwordencryption type="OptionField">
|
||||
<default>Cleartext-Password</default>
|
||||
|
||||
Reference in New Issue
Block a user