diff options
Diffstat (limited to 'lang/en_us.l')
-rw-r--r-- | lang/en_us.l | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/lang/en_us.l b/lang/en_us.l index 2ad73892e..deb0ec482 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -857,6 +857,23 @@ NICK_SENDPASS_LINE_5 NICK_SENDPASS_OK Password of %s has been sent. +# RESETPASS responses +NICK_RESETPASS_SYNTAX + RESETPASS nickname +NICK_RESETPASS_SUBJECT + Reset password request for %s +NICK_RESETPASS_MESSAGE + Hi, + + You have requested to have the password for %s reset. + To reset your password, type %R%s CONFIRM %s + If you don't know why this mail is sent to you, please ignore it silently. + PLEASE DON'T ANSWER TO THIS MAIL! + + %s administrators. +NICK_RESETPASS_COMPLETE + Password reset email for %s has been sent. + # SUSPEND responses NICK_SUSPEND_SYNTAX SUSPEND nickname reason @@ -894,10 +911,6 @@ NICK_IS_PREREG This nick is awaiting an e-mail verification code before completing registration. NICK_ENTER_REG_CODE A passcode has been sent to %s, please type %R%s confirm <passcode> to complete registration -NICK_CONFIRM_NOT_FOUND - Registration step 1 may have expired, please use "%R%s register <password> <email>" first. -NICK_CONFIRM_INVALID - Invalid passcode has been entered, please check the e-mail again, and retry NICK_REG_MAIL_SUBJECT Nickname Registration (%s) NICK_REG_MAIL_HEAD @@ -917,6 +930,15 @@ NICK_GETPASS_PASSCODE_IS NICK_FORCE_REG Nickname %s confirmed +# Confirm responses +NICK_CONFIRM_NOT_FOUND + Registration step 1 may have expired, please use "%R%s register <password> <email>" first. +NICK_CONFIRM_INVALID + Invalid passcode has been entered, please check the e-mail again, and retry +NICK_CONFIRM_EXPIRED + Your password reset request has expired. +NICK_CONFIRM_SUCCESS + You are now identified for your nick. Change your password using "%R%s SET PASSWORD newpassword" now. ########################################################################### @@ -3258,6 +3280,8 @@ NICK_HELP_CMD_RELEASE RELEASE Regain custody of your nick after RECOVER NICK_HELP_CMD_SENDPASS SENDPASS Forgot your password? Try this +NICK_HELP_CMD_RESETPASS + RESETPASS Helps you reset lost passwords NICK_HELP_CMD_GHOST GHOST Disconnects a "ghost" IRC session using your nick NICK_HELP_CMD_ALIST @@ -3855,6 +3879,12 @@ NICK_HELP_SENDPASS May be limited to IRC operators on certain networks. +NICK_HELP_RESETPASS + Syntax: RESETPASS nickname + + Sends a code key to the nickname with instructions on how to + reset their password. + NICK_HELP_CONFIRM Syntax: CONFIRM passcode @@ -3864,6 +3894,9 @@ NICK_HELP_CONFIRM is sent to your e-mail address in the first step of the registration process. For more information about the first stage of the registration process, type: %R%S HELP REGISTER + + This is also used after the RESETPASS command has been used to + force identify you to your nick so you may change your password. NICK_HELP_CONFIRM_OPER |