Closed Auspicus closed 3 years ago
I have a PR which I think will address the issue https://github.com/netlify/gotrue/pull/184
https://github.com/netlify/gotrue/blob/8d7090e0d95bd750687f40d7288fc725fa03708b/api/admin.go#L210
I'm not sure why the Confirm function is not confirming the user.
This issue has been automatically marked as stale because it has not had activity in 1 year. It will be closed in 7 days if no further activity occurs. Thanks!
This issue was closed because it had no activity for over 1 year.
- Do you want to request a feature or report a bug?
BUG
- What is the current behavior?
When sending a new user to
/admin/user
via POST the current behavior is that there is no confirmation email sent to the email of the user regardless of the "confirm" parameter.- If the current behavior is a bug, please provide the steps to reproduce.
Send a POST request to
/.netlify/identity/admin/user
with valid user information and "confirm" trueTry to log into user account
Note "User is not confirmed" error
Send a POST request to
/.netlify/identity/admin/user
with valid user information and no "confirm"No confirmation email is sent
- What is the expected behavior?
Send a POST request to
/.netlify/identity/admin/user
with valid user information and "confirm" trueTry to log into user account
Account should be confirmed and be allowed to log in
Send a POST request to
/.netlify/identity/admin/user
with valid user information and no "confirm"Confirmation email should be sent
- Please mention your Go version, and operating system version.
Running on netlify.com