This question has been flagged

Hello,

I have controller with auth='public' 

after request I want to create new project.task

I tried to write access rules for public user group, but I have problem:

UserError: (u"Unable to send email, please configure the sender's email address or alias.", None)


Question 1: How can I create tasks from controller/website without using user and password?

Question 2: Can I create user and use manual authorization from controller?

Avatar
Discard
Author Best Answer

I found answer: use sudo()

Avatar
Discard