diff options
| author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-12-05 05:44:02 +0000 |
|---|---|---|
| committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-12-05 05:44:02 +0000 |
| commit | eadf52caf285914fcc9eb07358626fbcbb299eac (patch) | |
| tree | 522d768485343fc2f5a62553fe9cf470bc21e278 /data | |
| parent | 661755a1997137226a45d271b2c0409e30297097 (diff) | |
Added ns_resetpass which can be used to reset user passwords by email, very useful if you're using encryption
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2685 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/example.conf b/data/example.conf index 9f1aba99c..f4b0460ab 100644 --- a/data/example.conf +++ b/data/example.conf @@ -537,6 +537,7 @@ options * memoserv/sendall memoserv/staff * * nickserv/getpass nickserv/sendpass nickserv/getemail nickserv/suspend + * nickserv/resetpass * * operserv/global operserv/news operserv/stats operserv/kick * operserv/mode operserv/session operserv/modlist operserv/ignore @@ -646,8 +647,8 @@ mail sendfrom = "services@localhost.net" /* - * If set, SENDPASS will be restricted to IRC operators. This directive is - * optional. + * If set, SENDPASS and RESETPASS will be restricted to IRC operators. + * This directive is optional. * * WARNING: If you choose to not enable this option, you should limit the * number of processes that the services user can have at a time (you can @@ -711,7 +712,7 @@ nickserv * The core modules to load for NickServ. This is a space separated list that corresponds * to the base names of the modules for NickServ. This directive is optional, but highly recommended. */ - modules = "ns_help ns_register ns_group ns_identify ns_access ns_set ns_saset ns_drop ns_recover ns_release ns_sendpass ns_ghost ns_alist ns_info ns_list ns_logout ns_status ns_update ns_getpass ns_getemail ns_forbid ns_suspend" + modules = "ns_help ns_register ns_group ns_identify ns_access ns_set ns_saset ns_drop ns_recover ns_release ns_sendpass ns_ghost ns_alist ns_info ns_list ns_logout ns_status ns_update ns_getpass ns_getemail ns_forbid ns_suspend ns_resetpass" /* * Force users to give an e-mail address when they register a nick. This directive |
