question

yusuke avatar image
yusuke asked

About password reset mail

If the client forgot their password, they could send a password reset email to change their password.

However, the email sent at that time is written in English, can this be translated into Japanese?

In that case, is there no choice but to use template mail?

You can also use template emails to send Japanese emails and hyperlinks to the reset page. But the reset page is in English. Is there a way to convert this reset page from English to Japanese?

Account Management
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Rick Chen avatar image
Rick Chen answered

It is necessary to use an email template in Japanese in order to send a Japanese email. Please follow the steps in this document: Localized email templates to set up a Japanese email template.

>> Is there a way to convert this reset page from English to Japanese?

You can set up your own website in Japanese that resets the player’s password. Then in the Email Template, put the hyperlink of your website into “Callback URL” field. After that, when an email from this template is sent to a user, the link will redirect the user to your Japanese website.

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

yusuke avatar image yusuke commented ·
Thank you!

>>You can set up your own website in Japanese that resets the player’s password.


How can this be done?
Can it be done just by setting up Playfab's Game Studio?
Or do I have to create my own website?
0 Likes 0 ·
Rick Chen avatar image Rick Chen ♦ yusuke commented ·

It cannot be done in PlayFab's Game Studio. You could make a simple Japanese website that uses PlayFab Admin API ResetPassword to reset password.

The ResetPassword API takes 2 parameters:

  1. Token: this can be found in the request parameter of callback URL.
  2. Password: this should be from user’s input.

The Admin API requires a Secret Key, which can be found in [Game Manager] -> [Your Title] -> [Title Settings] -> [Secret Keys]. Please be careful and do not expose the Secret Key on your website.

1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.