Unconfirmed user is not visible in Users section of Stitch Apps
complete
Drew DiPalma
complete
"Pending" users can now be viewed/managed in the Stitch UI (via a toggle at the top of the users table). Additional documentation will be released soon.
Drew DiPalma
in progress
We have started work enabling viewing/managing unconfirmed users via the Stitch UI and API.
James Tan
problem is, how do one know if the user is already submitted as unconfirmed?
M
Mauricio Maroto
Oh and yes, only after a user is completely verified, it'll show under the users db inside stitch. From there you can delete the user and do some testing.
M
Mauricio Maroto
I have been working with the email/password auth flow a while and I got this issue. If users do not click on the email confirmation link soon enough, the link would expire. Doing the entire auth again won't work either as the error thrown says name already in use, but then again the link has already expired, leaving this user in lymbo... I think there is a resend email conf email method, but I can't say if there is a resend password reset method as well...
M
Munyaradzi Mandava
Mauricio Maroto: im also experiencing the same.. and after implementing the resendConfirmation method .. I still get another error: user not found. Did u manage to successfully resolve this issue.
Drew DiPalma
Hi Raghavendra – We are considering showing unconfirmed users within the Stitch UI. However, in the short term you can send your user an additional e-mail with the sendEmailConfirm method of the SDKs.