ns_resetpass
     Module Author: DrStein
     Category: NickServ
     Status: Published 
          User Rating: 
	(0 Comments)
     This module allow users to reset their passwords.
- RESETPASS  Reset the password of the given nickname
- ENTERCODE  Confirm your password reset operation.
- RESENDCODE Send the passcode for password reset again.
Once the user requests a password reset with RESETPASS command, the module will send to the nickname's e-mail address a passcode. User must enter the passcode with ENTERCODE command, and the module shall reset the old password to a new random password.
Configuration directives
# RestrictReset [OPTIONAL]
# Module: ns_resetpass
#
# When enabled, RESETPASS will be restricted to IRC operators.
#
#RestrictReset
# ExpirePassCode time [OPTIONAL]
# Module: ns_resetpass
#
# Define the expire time for generated passcode.
# If not defined, the default is 1h.
#
#ExpirePassCode 1h
     
Latest Module Releases
- v1.1.2 - Released: 27/08/07 (6 files)
- v1.1.1 - Released: 25/08/07 (2 files)
- v1.1.0 - Released: 24/08/07 (2 files)
- v1.0.0 - Released: 24/08/07 (2 files)