Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
backend_auto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邓莹莹
backend_auto
Commits
a9eba9ef
Commit
a9eba9ef
authored
Aug 19, 2021
by
edz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改密码
parent
53ab385a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
0 deletions
+56
-0
test_change_pwdd.py
test_backend_case/user_case/test_change_pwdd.py
+0
-0
change_pwdd.yaml
test_backend_data/user_data/change_pwdd.yaml
+56
-0
No files found.
test_backend_case/user_case/test_change_pwdd.py
0 → 100644
View file @
a9eba9ef
test_backend_data/user_data/change_pwdd.yaml
0 → 100644
View file @
a9eba9ef
change_pwdd
:
#修改密码
-
case
:
"
新密码不可与旧密码相同"
version
:
7.47.0
change_type
:
0
password
:
123456
new_password
:
123456
repeat_password
:
123456
assert
:
"
新密码不可与旧密码相同"
-
case
:
"
密码不符合要求"
version
:
7.48.0
change_type
:
0
password
:
123456
new_password
:
123456
repeat_password
:
123456
assert
:
"
密码应包含数字、大小写字母、特殊字符的两种或两种以上"
-
case
:
"
密码长度不对"
version
:
7.48.0
change_type
:
0
password
:
123456
new_password
:
12345
repeat_password
:
12345
assert
:
"
密码长度在6-16位之间"
-
case
:
"
两次输入密码不一致"
version
:
7.48.0
change_type
:
0
password
:
123456
new_password
:
123456
repeat_password
:
1234567
assert
:
"
两次输入的密码不一致"
-
case
:
"
修改密码成功"
version
:
7.48.0
change_type
:
0
password
:
123456
new_password
:
ceshi123
repeat_password
:
ceshi123
assert
:
0
-
case
:
"
修改密码成功2"
version
:
7.47.0
change_type
:
0
password
:
123456
new_password
:
123456
repeat_password
:
123456
assert
:
0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment