We had a problem where someone installed a plugin that requires people to request an account, and then a wiki admin has to confirm the account. Unfortunately whoever set it up did not configure the the plugin to send emails to notify anyone of pending accounts. This has caused two accounts to be pending, one since the 28th of May. I have confirmed these accounts and set up the plugin to send emails to the sudo-sys list every time someone requests an account and confirms their email address. I also patched the ConfirmAccount plugin to allow multiple destination emails. To add email addresses to receive these emails, change the $wgConfirmAccountContact in LocalSettings.php. To view the patched code, simple grep for Juul in the extensions/ConfirmAccount directory.