Last modified: 2008-10-02 01:13:34 UTC
Dear all, this is a feature request: From the cu-interface, if an user is blocked it is shown next to the name (blocked) *Please add also if the username is locked via CentralAuth (locked) *And provide a link to centralAuth (so we don't need to copy and paste the names each time and check the username multiple times because we do not know if it is locked or not) Many thanks for Your help in advance.
Currently locking is a concept specific to CentralAuth; we could pull that up to core User (even if it's not implemented locally) and make it available for clean lookup use by CheckUser.
This seems too specific to be of much use
(In reply to comment #2) > This seems too specific to be of much use > I don't see why - it is analogous to showing (blocked), as stated.
Yes, but often are accounts locked as such?
It is used often, because the accounts we check are often vandalism accounts, and it would save a lot of time if we knew if the accounts are locked already or not.
(In reply to comment #1) > Currently locking is a concept specific to CentralAuth; we could pull that up > to core User (even if it's not implemented locally) and make it available for > clean lookup use by CheckUser. > User, or potentially Auth? I would think the latter because an Auth system might lock an account.
Done in r41527