Jump to content
McKay Development

Recommended Posts

Posted (edited)

Hi There,

 

After creating a new account and calling client.requestValidationEmail I am not getting any result or error.

 

I notice that a NewUser is given a prefix = [a:1 whereas a user = [u:1

 

Do I need to logoff and logon as the new user first?

Edited by rektbot
Posted
(thanks for the help in the other thread, i made a small donation)

 

The below is called after client.on('loggedOn', () => {. I receive the email but don't get a result.




function reqValidation() {
client.requestValidationEmail((result) => {
console.log(result);
});
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...