Allow users to change their email

Hi Konrad,

We are using Node.js for back-end and React(Gatsby) for front-end. Yes, on our front-end we would like to have an input where users can type their new email address and email gets changed to it. This should be such that user doesn’t blocks his account accidentally by entering a wrong email address.

Thanks