proudcity / wp-proudcity

The ProudCity WordPress platform
https://proudcity.com
Other
21 stars 9 forks source link

Allow resending of new user invitation email #2439

Open curtismchale opened 10 months ago

curtismchale commented 10 months ago

Source

If a user doesn't get the first account invitation there isn't a good way to send them a follow up email. The email accessible from Auth0 does allow them to verify their email with Auth0 but it does not let them finish the account registration process for the site they were invited to.

Describe the solution you'd like We should add a button to the user page that allows a site admin to resend the email verification so that a user can create their account. We should also have a way for the Admin to copy the URL for registration so that it can be sent in another method if emails aren't going through.

Likely we should generate another URL that would be valid for registration purposes and expire the old one, if it hasn't expired already.

Talked to Jeff 2023.12.12 and there is no current way to do this, but he didn't think it would be hard. Jeff agreed to take this on.