register: only return verified registrations in get_pending_accounts(), more invite handling fixes

This commit is contained in:
Mario
2021-04-09 09:49:36 +00:00
parent a34d8852b6
commit 01b081d809
10 changed files with 45 additions and 46 deletions

View File

@@ -119,7 +119,8 @@ function js_strings() {
'$download_info' => t('Please stand by while your download is being prepared.'),
// mod register
'$email_not_valid' => t('Email address not valid')
'$email_not_valid' => t('Email address not valid'),
'$email_required' => t('Required')
));
}