zettadb / cloudnative

Apache License 2.0
0 stars 1 forks source link

新增用户时密码的长度大于12位数创建成功 #30

Closed jd-zhang closed 2 years ago

jd-zhang commented 2 years ago

Issue migrated from trac ticket # 594

component: Testing | priority: major | resolution: fixed

2022-04-21 15:09:43: vito@zettadb.com created the issue


1.使用super_dba登录 2.点击系统管理,进入用户管理 3.点击新增用户,输入测试数据 4.点击确定

测试数据

用户账号='test4'
登录密码='Aa_4567890123'
重复密码='Aa_4567890123'
手机号码='123929558822'
邮箱地址='123@qq.com'
微信号=''

预期: 输入登录密码后提示: 密码必须是大写字母,小写字母,数字,特殊字符组成,且长度为8到12位 或者提示:密码必须位于8到12位数之间

jd-zhang commented 2 years ago

2022-04-21 16:16:53: vito@zettadb.com commented


用户账号='test2'
登录密码='Aa_    1'
重复密码='Aa_    1'
手机号码='123929558823'
邮箱地址='123@qq.com'
微信号=''

密码中带有空格,可以创建成功

jd-zhang commented 2 years ago

2022-04-21 17:10:18: @fangfang55 changed status from assigned to accepted

jd-zhang commented 2 years ago

2022-06-14 16:07:15: vito@zettadb.com commented


经过验证,已经修复

jd-zhang commented 2 years ago

2022-06-14 16:08:41: vito@zettadb.com set resolution to fixed

jd-zhang commented 2 years ago

2022-06-14 16:08:41: vito@zettadb.com changed status from accepted to closed