diff options
| author | Adam <Adam@anope.org> | 2014-03-09 08:34:34 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2014-03-09 10:07:13 -0400 |
| commit | 1a1a781b72d7920be44ffdbf582057279fe8125e (patch) | |
| tree | 376b6b44725f6937b297e63343bde9e0d12c1155 /data | |
| parent | 4b5ce8a9728db477b75766a60aec48981eff0750 (diff) | |
Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass default to allow normal users to use it.
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/data/example.conf b/data/example.conf index 5ccb4539b..9ffedac1f 100644 --- a/data/example.conf +++ b/data/example.conf @@ -780,7 +780,7 @@ log * memoserv/sendall memoserv/staff * * nickserv/getpass nickserv/getemail nickserv/suspend nickserv/ajoin - * nickserv/resetpass nickserv/list + * nickserv/list * * nickserv/saset/autoop nickserv/saset/email nickserv/saset/greet nickserv/saset/password * nickserv/saset/display nickserv/saset/kill nickserv/saset/language nickserv/saset/message @@ -826,7 +826,7 @@ opertype inherits = "Helper, Another Helper" /* What commands (see above) this opertype may use */ - commands = "chanserv/list chanserv/suspend chanserv/topic memoserv/staff nickserv/list nickserv/resetpass nickserv/suspend operserv/mode operserv/chankill operserv/akill operserv/session operserv/modinfo operserv/sqline operserv/oper operserv/kick operserv/ignore operserv/snline" + commands = "chanserv/list chanserv/suspend chanserv/topic memoserv/staff nickserv/list nickserv/suspend operserv/mode operserv/chankill operserv/akill operserv/session operserv/modinfo operserv/sqline operserv/oper operserv/kick operserv/ignore operserv/snline" /* What privs (see above) this opertype has */ privs = "chanserv/auspex chanserv/no-register-limit memoserv/* nickserv/auspex nickserv/confirm" @@ -953,18 +953,6 @@ mail sendfrom = "services@localhost.net" /* - * If set, RESETPASS will be restricted to services operators with access to - * nickserv/resetpass in their opertype:commands. - * 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 - * create a special user for this; remember to NEVER launch Services as - * root). - */ - restrict = yes - - /* * This controls the minimum amount of time a user must wait before sending * another e-mail after they have sent one. It also controls the minimum time * a user must wait before they can receive another e-mail. |
