Skip to content

Commit 76e17dd

Browse files
committed
Fixed: FS#1190 - Site domain name uppercase convert to lowercase
1 parent 5a53980 commit 76e17dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

interface/web/sites/form/web_domain.tform.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@
127127
'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z0-9\-]{2,30}$/',
128128
'errmsg'=> 'domain_error_regex'),
129129
),
130+
'filters' => array ( 0 => array ( 'event' => 'SAVE',
131+
'type' => 'TOLOWER'),
132+
),
130133
'default' => '',
131134
'value' => '',
132135
'width' => '30',

0 commit comments

Comments
 (0)