Update /faq lostpassword (#10439)

This commit is contained in:
Distrib 2024-07-25 01:31:33 +02:00 committed by GitHub
parent 172dbdc508
commit 029a6bb53d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2132,7 +2132,7 @@ export const commands: Chat.ChatCommands = {
buffer.push(`<a href="https://pokemonshowdown.com/${this.tr`pages/privacy`}">${this.tr`Pokémon Showdown privacy policy`}</a>`);
}
if (showAll || ['lostpassword', 'password', 'lostpass'].includes(target)) {
buffer.push(`If you need your Pokémon Showdown password reset, you can fill out a <a href="https://www.smogon.com/forums/password-reset-form/">${this.tr`Password Reset Form`}</a>. You will need to make a Smogon account to be able to fill out the form, as password resets are processed through the Smogon forums.`);
buffer.push(`If you need your Pokémon Showdown password reset, you can fill out a <a href="https://www.smogon.com/forums/password-reset-form/">${this.tr`Password Reset Form`}</a>. <b>You will need to make a Smogon account to be able to fill out a form</b>; that's what the email address you sign in to Smogon with is for (PS accounts for regular users don't have emails associated with them).`);
}
if (!buffer.length && target) {
this.errorReply(`'${target}' is an invalid FAQ.`);