mongodb-stitch

MongoDB Stitch Customize New User Email Confirmations


I am using MongoDB Stitch Email/Password provider. When a new user registers, is there a way to customize the emails sent for confirmation?

If not, is it possible to preempt these emails from being sent and just build the functionality myself. In other words, Stitch would still maintain the user/password authentication, and I would just program the mail confirmation process.

I know with Firebase they limit the editing of these emails because it can be used for spam, so the only option is to write it yourself. I prefer to do this rather than use the Stitch 'Custom Authentication' provider because I would then have to create the entire user management process.


Solution

  • Currently there is only a single method for confirming Email/Password users. There is no way to customise or skipping the confirmation. However, this is on the roadmap and hopefully will be supported soon.