Manual Confirmation of Email Address

As websites continue to grow and get more users signing up, for whatever reason if some is unable to confirm their email address the Admin MUST have a way to manually do this from the Studio, Accounts page.  

This is critical - I am having many people try to participate on my site and then they disappear when they are unable to confirm their accounts.  Many of these people are know to me and I would like to confirm their email address. How can this be achieved?

The work around posted previously is cumbersome and puts too much work on the Admin.

Running db query is faster but still too time consuming... UPDATE `sys_accounts` SET `email_confirmed` = '1' WHERE `sys_accounts`.`id` = ###;

where ### is user id number

  • 612
  • More
Replies (36)
    Login or Join to comment.