Project

General

Profile

Actions

Feature #38541

closed

Automatic deletion of unactivated accounts

Added by Hendrik Jaeger 12 months ago. Updated 12 months ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Accounts / authentication
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate

Description

Hi

in the context of #38511 I noticed that even after one week my unactivated account @henk_test was not deleted but still waited for me to click the confirmation link.

I see a similar issue with my own redmine instance where registrations require administrator approval: I have to delete a lot of accounts registered by bots.

It would be great to have redmine expire unconfirmed/unactivated accounts after a configurable amount of time.


Related issues

Is duplicate of Redmine - Feature #30998: Add an rake task to prune registered users after a certain number of daysClosedGo MAEDA

Actions
Actions #1

Updated by Go MAEDA 12 months ago

  • Category set to Accounts / authentication
  • Status changed from New to Closed
  • Resolution set to Duplicate

You can delete users not activated for 30 days after registration by running the following command on your Redmine server. This feature was implemented in Redmine 5.0.0 (#30998).

bin/rails redmine:users:prune RAILS_ENV=production
Actions #2

Updated by Go MAEDA 12 months ago

  • Is duplicate of Feature #30998: Add an rake task to prune registered users after a certain number of days added
Actions #3

Updated by Hendrik Jaeger 12 months ago

Go MAEDA wrote in #note-1:

You can delete users not activated for 30 days after registration by running the following command on your Redmine server. This feature was implemented in Redmine 5.0.0 (#30998).

[...]

cool, thank you!

Actions

Also available in: Atom PDF