Feature #8643
closedAllow rdm-mailhandler with unknown-user=create to attach the user to a specific group instead of creating a "rightless" user
0%
Description
When rdm-mailhandler creates a new user through the "unknown-user=create" action, the user is basically rightless for any project that his mail is inserted into. I'd be spectacular if a new user created through "--unknown-user=create" is added to a (command-line-?)specified group immediately.
Files
Related issues
Updated by Heiko Wundram over 13 years ago
- File mail-create-group.diff mail-create-group.diff added
I've finished a small implementation of the requested functionality, which allows rdm-mailhandler.rb to accept a new parameter informing the system to put a new user into a specific group on creation. The attached patch implements just this.
It'd be nice if functionality like this could in some way or another be added to the tree.
Updated by Go MAEDA almost 10 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
The same feature "--default-group" option was implemented by #13340 (Redmine 2.3.0).
I close this issue as duplicate.
Thank you for submitting this.
Updated by Go MAEDA almost 10 years ago
- Is duplicate of Feature #13340: Mail handler: option to add created user to default group added