Filter temporary accounts from dropdown on Special:DisableOATHForUser

Bug: T344720
Depends-On: I6563ae610017fd1cd35c36ba65906041f7f68c4b
Change-Id: I289a46d0ff376caf22d62d9b5605763aa8fb7eb7
This commit is contained in:
Jamie Kuppens 2024-08-21 11:35:16 -07:00
parent 8a76359684
commit cbab3c92a9

View file

@ -110,6 +110,7 @@ class DisableOATHForUser extends FormSpecialPage {
'label-message' => 'oathauth-enteruser',
'name' => 'user',
'required' => true,
'excludetemp' => true,
],
'reason' => [
'type' => 'text',