Looks like Jake did it. Any current bureaucrat who knows your username
can promote you at https://sudoroom.org/wiki/Special:UserRights
Also FYI I noticed this automated email was going to
"Array(a)sudoroom.org" because we had:
$wgConfirmAccountContact = array('sudo-sys(a)lists.sudoroom.org',
'juul(a)labitat.dk');
which is not a supported syntax! They only allow one email as a
string. I removed Marc's email but also set this, so that all
bureaucrats will get notified anyway:
$wgGroupPermissions['bureaucrat']['confirmaccount-notify'] = true;
It seems like we've had this bug since at least 2015. Amazing none of
us had caught it before.
On Mon, Feb 6, 2023 at 9:29 AM Andrew R Gross <arg5029(a)gmail.com> wrote:
>
> I got this email, but when I tried to complete the request the wiki gave me this error:
>
> "
>
> Permission error
>
> Jump to navigationJump to search
>
> You do not have permission to review and accept accounts, for the following reason:
>
> The action you have requested is limited to users in the group: Bureaucrats."
>
>
> Who is in the group Bureaucrats?
>
>
> Andrew R Gross, (he/him)
> 412.657.5332 - shrad.org
>
>
> On Mon, Feb 6, 2023 at 9:20 AM Sudo Room <apache(a)sudoroom.org> wrote:
>>
>> Rajah has requested an account and is waiting for confirmation.
>> The email address has been confirmed. You can confirm the request here:
>>
>> https://sudoroom.org/wiki/Special:ConfirmAccounts
>>
>>
>> NOTE: emails to the Info list were sent to an individual email address (such as info(a)sudoroom.org) with the PRESUMPTION OF PRIVACY. They may include personal information which the sender would not have sent to a public list (such as sudo-discuss). If you must forward messages to a public list, please take great care to REMOVE SENSITIVE INFORMATION!
>>
>> _______________________________________________
>> Info mailing list -- info(a)sudoroom.org
>> To unsubscribe send an email to info-leave(a)sudoroom.org
>
>
> NOTE: emails to the Info list were sent to an individual email address (such as info(a)sudoroom.org) with the PRESUMPTION OF PRIVACY. They may include personal information which the sender would not have sent to a public list (such as sudo-discuss). If you must forward messages to a public list, please take great care to REMOVE SENSITIVE INFORMATION!
>
> _______________________________________________
> Info mailing list -- info(a)sudoroom.org
> To unsubscribe send an email to info-leave(a)sudoroom.org
ERROR OCCURED IN JOB: update_and_clean_index (APP: hyperkitty)
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/django_extensions/management/commands/runjobs.py", line 40, in runjobs
job().execute()
File "/usr/lib/python3/dist-packages/hyperkitty/jobs/update_and_clean_index.py", line 37, in execute
run_with_lock(update_index, remove=True)
File "/usr/lib/python3/dist-packages/hyperkitty/lib/utils.py", line 181, in run_with_lock
log.exception("Failed to update the fulltext index: %s", e)
File "/usr/lib/python3/dist-packages/flufl/lock/_lockfile.py", line 447, in __exit__
self.unlock()
File "/usr/lib/python3/dist-packages/flufl/lock/_lockfile.py", line 398, in unlock
raise NotLockedError('Already unlocked')
flufl.lock._lockfile.NotLockedError: Already unlocked