-
Notifications
You must be signed in to change notification settings - Fork 1
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
[TIC-878] Resend email confirmation #51
[TIC-878] Resend email confirmation #51
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and confirmed working. LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
def _invite_user_to_org(auth_url, integration_api_key, email, org_id, role, additional_roles=[]): | ||
def _invite_user_to_org( | ||
auth_url, integration_api_key, email, org_id, role, additional_roles=[] | ||
): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just restyling
433e23c
to
9cfaa23
Compare
Background
A new request has been added --
resend_email_confirmation
. This will allow a user to resend an email confirmation for a created, unconfirmed user.Usage
Here is a basic example usage of this request: