3
Activate account manually
Source: supabase/supabase#21975 · opened by @erwanMarmelab
When a user creates an account, they receive an activation link by email that can be opened only once. If a mail checker opens this link, the account is not activated but cannot be activated anmymre. Re-sending the activation email doesn't solve the problem, as the email client will visit the link again. As a consequence, such users can never be activated.
This has happened to us several times for customers using strong email security policies.
The solution we'd like to implement is to activate the account ourselves, using an API endpoint, then send the temporary password by email to the user. Something like:
The activateAccount function could just activate the user account without sending an email, by updating the database.
This has happened to us several times for customers using strong email security policies.
The solution we'd like to implement is to activate the account ourselves, using an API endpoint, then send the temporary password by email to the user. Something like:
The activateAccount function could just activate the user account without sending an email, by updating the database.
No pledges yet. Be the first to back this.
Comments
Similar requests
Block Domains from getting access to my Database
3 votes · 0 comments
Possibility to manage all active sessions
5 votes · 0 comments
Support connected accounts in the Stripe fdw
2 votes · 0 comments
Subject: Urgent: Account Locked / Stuck on Signing In Screen.
1 vote · 0 comments
Auth Rate Limits by email address (or Supabase user ID) instead of by IP address
4 votes · 0 comments
No comments yet.