2
0

feat: add mail module

This commit is contained in:
caiyuchao
2024-11-26 18:02:54 +08:00
parent fab448f836
commit b7e8da2091
13 changed files with 740 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ user.username.length.valid=Account length must be between {min} and {max} charac
user.password.not.blank=Username/Password cannot be empty
user.password.length.valid=Password length must be between {min} and {max} characters
user.password.not.valid=* 5-50 characters
user.email.not.enable=The email function is not enabled in the current system
user.email.not.valid=Mailbox format error
user.email.not.blank=Mailbox cannot be blank
user.phonenumber.not.blank=Phone number cannot be blank

View File

@@ -18,6 +18,7 @@ user.username.length.valid=账户长度必须在{min}到{max}个字符之间
user.password.not.blank=用户/密码不能为空
user.password.length.valid=用户密码长度必须在{min}到{max}个字符之间
user.password.not.valid=* 5-50个字符
user.email.not.enable=当前系统没有开启邮箱功能
user.email.not.valid=邮箱格式错误
user.email.not.blank=邮箱不能为空
user.phonenumber.not.blank=用户手机号不能为空