diff options
| author | Sadie Powell <sadie@witchery.services> | 2024-03-14 22:51:24 +0000 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2024-03-14 23:10:53 +0000 |
| commit | 4e9d1835232552a1b86d8666e7e7265ce09cbc6a (patch) | |
| tree | de02d421cf7bd7c9b28f7d81dcc12279905a4790 /data | |
| parent | 074dfb63a76efb905ad8592502585309299583dd (diff) | |
Restore some functionality that was removed in an earlier commit.
Diffstat (limited to 'data')
| -rw-r--r-- | data/nickserv.example.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 6ee5b9a91..e6de99764 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -66,6 +66,13 @@ module client = "NickServ" /* + * Requires users to give an email address when they register a nick. + * + * This directive defaults to "yes" and is recommended to be enabled. + */ + forceemail = yes + + /* * Require users who change their email address to confirm they * own their new email. */ |
