1👍
✅
As you can see on the Django User Model those permissions you speak of are fields which you are not excluding from ‘UserForm’ and thus are setting False since you are seemingly not providing a value in the request.POST data. To be 100% it would help to see how you are rendering the form, but this is most likely the problem.
Source:stackexchange.com