Actions
Patch #11500
openAdd --unknown-user=register to create inactive users
Status:
New
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
This patch adds a new value for the --unknown-user
option of the mail handler script.
When given, it will behave similar to --unknown-user=create
, but the user account will not be automatically activated. Depending on the site configuration, either token activation or manual activation by administrator will be required. The purpose is to help keep spam level low on public projects.
The change is a bit involved as it required moving the registration logic from accounts controller to the User model.
Files
Related issues
Updated by Gregory Engels almost 12 years ago
+1 (please include this patch in the main release!)
Updated by Arnis Juraga over 11 years ago
Consider using this: #10178
Users without notification e-mail will not be able to login anyway. They will be activated, visible although.
Actions