You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
Users may invite other users via Client apps. #59 already discusses new columns and APIs for clients to communicate with Lastuser and for these introductions to be tagged with the client.
However, tracking users may also be apt. This implies:
A Client-provided email template that Lastuser will send out, with a link to confirm the provided email id. Since Lastuser cannot asses the contents of client-provided templates (apart from ensuring the verify link is present), this resource is restricted to trusted clients.
The text was updated successfully, but these errors were encountered:
When an invited user ignores the email and attempts to register directly on the site:
If the user uses the register form directly and provides the same email address, instead of a validation error we tell them they already have an account and ask if they'd like to reset the password (also applies if they are an active user). If the email (and not the account) is associated with a UserExternalId, we suggest it can be used (except UserExternalId does not track the emails it introduced, so this part may not be feasible).
If the user uses a social login and the account was in invited state, switch it to active state and take them to the invited profile form to confirm their data (full name, etc).
Users may invite other users via Client apps. #59 already discusses new columns and APIs for clients to communicate with Lastuser and for these introductions to be tagged with the client.
However, tracking users may also be apt. This implies:
user/new
resource+action (restricted as per Replace 'trusted' flag with 'restricted' for resources #75) for the ability to create new user accountsUser.client_id
column (from Client-introduced users and organizations #59), aUser.referring_user_id
column that links back to the User who made the introductionThe text was updated successfully, but these errors were encountered: