Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Reset paretntal controls via email (3DS) #96

Open
1 task done
erikiorai opened this issue Jun 4, 2024 · 0 comments
Open
1 task done

[Feature]: Reset paretntal controls via email (3DS) #96

erikiorai opened this issue Jun 4, 2024 · 0 comments
Labels
approved The topic is approved by a developer feature A feature request

Comments

@erikiorai
Copy link

erikiorai commented Jun 4, 2024

Checked Existing

  • I have checked the repository for duplicate issues.

What feature do you want to see added?

I want the feature that resets parental controls via email to work.

Why do you want to have this feature?

It was a useful feature to reset parental controls quickly.

Any other details to share? (OPTIONAL)

currently, when I try to add a recovery email to parental controls on 3DS it connects to https://account.pretendo.cc/v1/api/support/validate/email with the POST body value email successfully with status code 200 then it tries to send a confirmation mail via https://account.pretendo.cc/v1/api/support/send_confirmation/pin/[email]
also sending those headers in HTTP request

X-Nintendo-Device-Type
X-Nintendo-Device-ID
X-Nintendo-Serial-Number
X-Nintendo-System-Version
X-Nintendo-Region
X-Nintendo-Country
X-Nintendo-Client-ID
X-Nintendo-Client-Secret
X-Nintendo-API-Version
X-Nintendo-FPD-Version
X-Nintendo-Environment
X-Nintendo-Title-ID
X-Nintendo-Unique-ID
X-Nintendo-Application-Version
X-Nintendo-Device-Model
X-Nintendo-Device-Cert

But it gives 404 since its not implemented https://account.pretendo.cc/v1/api/support/send_confirmation/pin/[email]/[id] also gives 404 when I click I frogot pin

@erikiorai erikiorai added awaiting-approval Topic has not been approved or denied feature A feature request labels Jun 4, 2024
@jonbarrow jonbarrow added approved The topic is approved by a developer and removed awaiting-approval Topic has not been approved or denied labels Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved The topic is approved by a developer feature A feature request
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants