Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Jibeji Posted October 20, 2018 Posted October 20, 2018 Hi, Is there a way to approve a registration with \IPS\Member (something like below) ? $member = \IPS\Member::load( $member_id ); $member->approve();
newbie LAC Posted October 20, 2018 Posted October 20, 2018 Hello, $member = \IPS\Member::load($member_id); if ($member->member_id) { $member->validationComplete(); }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.