mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
only lowercase mail account can be created
This commit is contained in:
parent
be2d89fcb2
commit
d7105a8be8
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ user=$1
|
|||
domain=$(idn -t --quiet -u "$2" )
|
||||
domain=$(echo $domain | tr '[:upper:]' '[:lower:]')
|
||||
domain_idn=$(idn -t --quiet -a "$domain")
|
||||
account=$3
|
||||
account=$(echo $3 | tr '[:upper:]' '[:lower:]')
|
||||
password=$4
|
||||
quota=${5-0}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue