To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaborator用户注册
- Scenarios
-
- 密码校验
-
- *
- 我在创建账号是尝试输入密码
- *
- 系统会告诉我密码校验成功或校验失败
例子: 太短 密码长度小于 4 个字符
密码 校验成功或校验失败 abc 校验失败 ab1 校验失败 密码长度小于 4 个字符 | 密码 | 校验成功或校验失败 | | abc | 校验失败 | | ab1 | 校验失败 | 例子: 字母数字混合 密码必须字母数字混合才能通过校验
密码 校验成功或校验失败 abc1 校验成功 abcd 校验失败 abcd1 校验成功
Last published almost 7 years ago by ben7th.