Recent Topics

1 Jul 11, 2006 20:02    

User verification outside of b2evolution, how can this be done without loading the b2evo core?

My best guess would just extract the necessary code out of b2evolution, and make my own function to verify the currently logged in user.

But wouldn't that have issues with newer versions of b2evo, if they have changed the user verification?

Anyone think of a better way?

2 Jul 13, 2006 20:29

$current_User->set('validated', 1);

Without loading the core you'd have to update the DB field.


Form is loading...