Comment to 'Notifications of manual membership activation fail.'
  • It's possible to do only via a database management tool like phpMyAdmin. Just apply there the following query:

    UPDATE `sys_accounts` SET `email_confirmed`=1 WHERE `email_confirmed `=0;

    It will activate all accounts there.