Merge "Filter temporary accounts from dropdown on Special:DisableOATHForUser"

This commit is contained in:
jenkins-bot 2024-09-19 10:08:02 +00:00 committed by Gerrit Code Review
commit 67137ed611

View file

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