Page MenuHomePhabricator

Add variables user_name and user_groups for action createaccount
Closed, ResolvedPublic

Description

Author: beau

Description:
The filter does not allow to differentiate two situations:

  • anonymous user creates an account
  • registered user creates account (i.e. sysop to override some rules)

It would help if user_name and user_groups variables were available, when registered user creates the account. Currently operator needs to disable the filter, create account and reenable it.


Version: unspecified
Severity: enhancement

Details

Reference
bz30444

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 21 2014, 11:57 PM
bzimport added a project: AbuseFilter.
bzimport set Reference to bz30444.
bzimport added a subscriber: Unknown Object (MLST).

beau wrote:

Patch to add user variables to a createaccount action

Attached:

john wrote:

Applied in r95363, thanks for the patch.