mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-27 17:50:15 +00:00
Filter temporary accounts from dropdown on Special:DisableOATHForUser
Bug: T344720 Depends-On: I6563ae610017fd1cd35c36ba65906041f7f68c4b Change-Id: I289a46d0ff376caf22d62d9b5605763aa8fb7eb7
This commit is contained in:
parent
8a76359684
commit
cbab3c92a9
|
@ -110,6 +110,7 @@ class DisableOATHForUser extends FormSpecialPage {
|
|||
'label-message' => 'oathauth-enteruser',
|
||||
'name' => 'user',
|
||||
'required' => true,
|
||||
'excludetemp' => true,
|
||||
],
|
||||
'reason' => [
|
||||
'type' => 'text',
|
||||
|
|
Loading…
Reference in a new issue