Hi,
I'm trying to get the current username / encrypt password of the current session during the mail validation in order to
store it in an other app database.
Actually, when the mail is validate I can access my other database and store some static data.
But can't figure out how to get the user current username and encrypt password.
I'm working inside the user/email.js inside the UserEmail.confirm.
Any tips or function I can use inside this file to retrieve user information ?