功能描述
作为部门管理员,我想要激活部门管理员账户,以便于使用VDF系统。
前置条件
1.已新增部门管理员
界面
业务描述
1.邮箱接收VDF发送的激活邮件;
2.邮件点击【Activate Account】按钮进入【Activate VDF Account】页面;
3.输入密码、输入确认密码、输入安全问题、输入验证答案,点击【Confirm】激活成功,跳转成功页面,点击【Download VDF Apps】可下载VDF客户端。
扩展
3a.未输入密码或确认密码
3a1.输入框下方提示:Password cannot be empty.;
3b.密码小于8个字符(不包括8个)
3b1.输入框下方提示:Password cannot be empty.User passwoed should contain at least one digit and one alphabet.;
3c.密码没有包括字母和数字
3c1.输入框下方提示:User passwoed should contain at least one digit and one alphabet.;
3d.确认密码和密码不一样
3d1.确认密码输入框下方提示:The password and its confirm are not the same.;
3e.密码长度超过49
3e.输入框下方提示:The length of your password should be between 8-49 characters.;
3f.密码大于等于8个字符,包含特殊字符,如:!@
3f1.系统提示:error:The reset passowrd token is invalid.;
3g.未输入安全问题
3g1.输入框下方提示:The security question is required and cannot be empty.;
3h.未输入验证答案
3h1.输入框下方提示:The security answer is required and cannot be empty.;
3i.安全问题长度不在[8,100]范围内
3i1.输入框下方提示:The length of your security question should be between 8-100 characters.;
3j.验证答案长度不在[8,100]范围内
3j1.输入框下方提示:The length of your security answer should be between 8-100 characters.。