From 1a1a781b72d7920be44ffdbf582057279fe8125e Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 9 Mar 2014 08:34:34 -0400 Subject: Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass default to allow normal users to use it. --- data/example.conf | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'data') 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" @@ -952,18 +952,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 -- cgit