feat: exclude temporary accounts from VerifyOATHForUser special page

Bug: T326925
Bug: T344720
Change-Id: I60997970e52233d0e3afd2608904c3a400474fec
This commit is contained in:
Piotr Miazga 2024-11-13 13:49:44 +01:00
parent f544361b15
commit 5fec5fafb4
No known key found for this signature in database
GPG key ID: 66735D287B0FD871

View file

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