Anope IRC Services

Anope Support => 1.6.x (Read Only) => Topic started by: AdvancedGuest on September 22, 2006, 07:52:24 PM

Title: User password change by Administrators
Post by: AdvancedGuest on September 22, 2006, 07:52:24 PM
How it is possible to change user's passwords by Irc-administrators ?

eg, user forgot password: how I can help him recover access to his nickname ?
Title:
Post by: EZEki3l on September 22, 2006, 10:29:59 PM
the user can use /ns sendpass nick to receive his password by email or you can use /ns getpass nick to get his password by notice but you must have these features activated in your services configuration
read example.conf and nickserv help (http://anope.zero.org/docgen/en_us/NickServ.php command sendpass and getpass) for more informations
Title:
Post by: AdvancedGuest on September 22, 2006, 10:41:35 PM
Quote
Originally posted by EZEki3l
the user can use /ns sendpass nick to receive his password by email or you can use /ns getpass nick to get his password by notice but you must have these features activated in your services configuration
read example.conf and nickserv help (http://anope.zero.org/docgen/en_us/NickServ.php command sendpass and getpass) for more informations


Problem is that both comands are unavailable when encryption is used:

>This command is unavailable when encryption is enabled.

(and it is used on my server)

[Edited on 22-9-2006 by AdvancedGuest]
Title:
Post by: katsklaw on September 22, 2006, 10:46:49 PM
you need:

/nickserv set nick password on Anope 1.6.x
/nickserv saset nick password on Anope 1.7.x
Title:
Post by: AdvancedGuest on September 22, 2006, 10:49:50 PM
Quote
Originally posted by katsklaw
you need:

/nickserv set nick password on Anope 1.6.x
/nickserv saset nick password on Anope 1.7.x


Good! Just this one I was searching.

Thank you :)