Content
You are here:
Task creation from anonymous users not working
Added by Se Schi about 5 years ago
Hello,
I've tried to get the task creation from emails working but it is not working for mails from anonymous users:
E, [2019-10-22T13:01:57.992775 #16951] ERROR -- : MailHandler: work_package could not be created by Anonymous due to #["translation missing: en.activerecord.errors.models.work_package.attributes.base.error_unauthorized", "Type translation missing: en.activerecord.errors.models.work_package.attributes.type_id.error_readonly", "Project translation missing: en.activerecord.errors.models.work_package.attributes.project_id.error_readonly", "Subject translation missing: en.activerecord.errors.models.work_package.attributes.subject.error_readonly", "Description translation missing: en.activerecord.errors.models.work_package.attributes.description.error_readonly"]
My complete call is:
openproject run bundle exec rake redmine:email:receive_imap host=MYHOST username=MYUSER password=MYPASSWORD ssl=true port=993 move_on_success=succes move_on_failure=failed allow_override=project,unknown_user project=MYPROJECT unknown_user=accept --trace
I'm using version 10.0.2. Fresh installed...
Regards
SchiSchi
Replies (1)
Can someone help?