Page MenuHomePhabricator

please add (locked) to list of locked accounts, like (blocked)
Closed, ResolvedPublic

Description

Author: spacebirdy

Description:
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.


Version: unspecified
Severity: enhancement

Details

Reference
bz15272

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:20 PM
bzimport added a project: CheckUser.
bzimport set Reference to bz15272.

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

mike.lifeguard+bugs wrote:

(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?

spacebirdy wrote:

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.