Hi there just a query as i may be misunderstanding something here.
Steps:
- inviteUser sends to target email a request to signup, with token etc.
- Target client runs signupByInvite, sets name and password, with the received inviteToken.
- At this point emailConfirmed for user is set as false.
Shouldnt emailConfirmed be set as true at this stage? The user should already have logged in to email by now.
Hi there just a query as i may be misunderstanding something here.
Steps:
Shouldnt emailConfirmed be set as true at this stage? The user should already have logged in to email by now.