Hey guys,
I am trying to figure out where in the phpbb php code the email verification is handled. I am trying to modify it slightly for my own needs and need to know exactly where it happens.
Any ideas?
Code: Select all
if (!$update_password)
{
include_once($phpbb_root_path . 'includes/functions_user.' . $phpEx);
user_active_flip('activate', $user_row['user_id']);
...this is not bound to happen only once after registration. But I guess you don't mean it literally and not those cases where users get re-activated.blakeburns wrote:when a user activates
user_active_flip()
is used elsewhere.