Account Recovery"; $body .= "

Your username is: $user[name]
"; $body .= "Enjoy your stay at ".$config['mailserver']['fromName'].".
"; $body .= "


I am an automatic no-reply e-mail. Any emails sent back to me will be ignored.

"; $mailer->sendMail($email, $title, $body, $user['name']); ?>

Account Found!

We have sent your username to .

If you can't find the email within 5 minutes, check your junk/trash inbox as it may be mislocated there.

Account recovery failed!

Submitted data is wrong.

Account Recovery"; $body .= "

Your new password is: $newpass
"; $body .= "We recommend you to login and change it before you continue playing.
"; $body .= "Enjoy your stay at ".$config['mailserver']['fromName'].".
"; $body .= "


I am an automatic no-reply e-mail. Any emails sent back to me will be ignored.

"; $mailer->sendMail($email, $title, $body, $user['name']); ?>

Account Found!

We have sent your new password to .

If you can't find the email within 5 minutes, check your junk/trash inbox as it may be mislocated there.

Account recovery failed!

Submitted data is wrong.

Remove Two-Factor Authentication"; $body .= "

If you really want to remove Two-Factor Authentication, click on the following link:
"; $body .= "$recoverylink
"; $body .= "Enjoy your stay at ".$config['mailserver']['fromName'].".
"; $body .= "


I am an automatic no-reply e-mail. Any emails sent back to me will be ignored.

"; $mailer->sendMail($email, $title, $body, $user['name']); ?>

Confirm your action through email

We have sent a confirmation link to .

You must click the link before we remove Two-factor authentication.

If you can't find the email within 5 minutes, check your junk/trash inbox as it may be mislocated there.

Account recovery failed!

Submitted data is wrong.

Two-Factor Authentication disabled.

You may now login with just your username and password.

Failed verify your request.

We are unable to authenticate your account.

Account Recovery



Username:
'; } elseif ($mode === 'username') { echo '
'; } elseif ($mode === 'token') { echo '
'; echo '
'; } if ($config['use_captcha']) { ?>

Do you wish to recover your username, password or remove Two-factor authentication?

Do you wish to recover your username or password?

System Disabled

The admin have disabled automatic account recovery.