We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc4ebb commit db1a4f6Copy full SHA for db1a4f6
src/schemas/json/ctfd.json
@@ -9,6 +9,10 @@
9
"type": "string",
10
"description": "The domain whitelist (a list separated by colons) to allow users to have email addresses from."
11
},
12
+ "domain_blacklist": {
13
+ "type": "string",
14
+ "description": "The domain blacklist (a list separated by colons) to blocks users to have email addresses from."
15
+ },
16
"verify_emails": {
17
"type": "boolean",
18
"description": "Whether to verify emails once a user register or not."
0 commit comments