mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 06:24:23 +01:00
Switch default testing/development domain name to examplectf.com (#1807)
* Use `examplectf.com` as testing/development domain instead of `ctfd.io`
This commit is contained in:
@@ -15,11 +15,11 @@ def test_user_set_profile():
|
||||
|
||||
data = {
|
||||
"name": "user",
|
||||
"email": "user@ctfd.io",
|
||||
"email": "user@examplectf.com",
|
||||
"confirm": "",
|
||||
"password": "",
|
||||
"affiliation": "affiliation_test",
|
||||
"website": "https://ctfd.io",
|
||||
"website": "https://examplectf.com",
|
||||
"country": "US",
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ def test_user_set_profile():
|
||||
|
||||
data = {
|
||||
"name": "user",
|
||||
"email": "user@ctfd.io",
|
||||
"email": "user@examplectf.com",
|
||||
"confirm": "",
|
||||
"password": "",
|
||||
"affiliation": "",
|
||||
@@ -65,7 +65,7 @@ def test_user_can_change_password():
|
||||
|
||||
data = {
|
||||
"name": "user",
|
||||
"email": "user@ctfd.io",
|
||||
"email": "user@examplectf.com",
|
||||
"confirm": "",
|
||||
"password": "new_password",
|
||||
"affiliation": "",
|
||||
|
||||
Reference in New Issue
Block a user