Invite user to account, skip the account creation on sign up
Has anyone configured jumpstart to create an account on registration (as per
Chris Oliver
's video) but changed the invites to add people to that account rather than create a new one?
In my app there are no personal accounts, and the team admin/owner should be be able to invite other users (not yet registered) to their account. I'm trying to figure out the best way to pass the account along with the invitation in order to skip the account creation. The invite auto redirects to the signup screen, so the account would need to passed to that as well.
In my app there are no personal accounts, and the team admin/owner should be be able to invite other users (not yet registered) to their account. I'm trying to figure out the best way to pass the account along with the invitation in order to skip the account creation. The invite auto redirects to the signup screen, so the account would need to passed to that as well.
You're correct, the user isn't created on invitation. However the invitation link redirects to the sign_up form. The sign up form doesn't have access to the account. You'd need to pass the account from the invitation to the sign_up form, and then have a conditional on the from to show the account field and modify the controller to accept the existing account.
Notifications
You’re not receiving notifications from this thread.