mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-04-25 15:40:31 -05:00
Update /faq lostpassword (#10439)
This commit is contained in:
parent
172dbdc508
commit
029a6bb53d
|
|
@ -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.`);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user