Difference between revisions of "2.0/Modules/ns resetpass"
From AnopeWiki
(Created page with "{{Language|2.0/Modules/ns_resetpass}} {{Syntax|ns_resetpass|NickServ|Anope}} == <div class="moduleheader">Description</div> == Sends a passcode to the nickname with instructi...") |
(No difference)
|
Latest revision as of 01:08, 5 May 2014
Language | |
---|---|
English |
|
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"; }