diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-07 21:40:52 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-07 22:25:32 +0000 |
commit | 3272c1bbc65eaa29ba63e176ec76702c5b21d367 (patch) | |
tree | 9dda1773c1e7554787cce21794dbb4249ea51dd3 /data | |
parent | 307ffea9517fa2b05fa04e7e89b0d4435191bf4f (diff) |
Require new accounts to have email addresses.
Diffstat (limited to 'data')
-rw-r--r-- | data/nickserv.example.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index ddc9a8ca8..13af3b0bb 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -66,13 +66,6 @@ module client = "NickServ" /* - * Force users to give an e-mail address when they register a nick. - * - * This directive defaults to "yes" and is recommended to be enabled. This is required if e-mail registration is enabled. - */ - forceemail = yes - - /* * Require users who change their email address to confirm they * own their new email. */ |