2.0/Modules/ns resetpass

From AnopeWiki
Revision as of 02:08, 5 May 2014 by Azander (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language

English

Service NickServ
Module ns_resetpass
Author Anope

Description

Sends a passcode to the nickname with instructions on how to reset their password. Email must be the email address associated to the nickname.

Commands

resetpass nickname email

Examples

/msg NickServ Fred fred@example.com

Default Configuration

/*                                                                                                                
 * ns_resetpass                                                                                                   
 *                                                                                                                
 * Provides the command nickserv/resetpass.                                                                       
 *                                                                                                                
 * Used for resetting passwords by emailing users a temporary one.                                                
 */                                                                                                               
module { name = "ns_resetpass" }                                                                                  
command { service = "NickServ"; name = "RESETPASS"; command = "nickserv/resetpass"; }