5.7.243. Bugzilla::Extension::Workflows::GroupReview

5.7.243.1. NAME

Bugzilla::Extension::Workflows::GroupReview

5.7.243.2. DESCRIPTION

This workflow allows group managers to force group members to reconfirm their account.

Managers are defined as users who have Bless on a group.

The tracker bugs created in this process use the flags from the GroupApproval process, a manager will require access to this flag to complete the termination path.

The report is accessed via the My Links->Workflows->Review Group Membership menu entry.

The report shows a list of members in a group, including how many days it has been since they last logged in.

Managers will be notified of the number of tracking bugs exceeding 30 days of age in a message banner on the site.

Limitations and constraints are detailed in the API.

The workflow

  • A group manager runs the report for a group
  • The manager selects users to review
  • The manager starts the review[s]
  • A tracker bug is opened for each review
  • The user account[s] are locked as per reconfirm
  • either:
  • The user uses the forgot password process.
  • The users account is fully enabled
  • The tracking bug is automatically closed
  • The timer for the user to act expires
  • The manager updates the tracking bug by setting the review flag to ‘-‘ and saving the change
  • The user account is automatically terminated
  • The tracking bug is automatically closed

This documentation undoubtedly has bugs; if you find some, please file them here.