i tried to create a new user in user doctype when a web form is submitted by guest user
this is the code which will created a new user
but getting this error
this error is caused because guest user is submitting the form but the feature is in such a way that guest user will submit the web form then a new user ahould be created in User doctype
it is working correctly when ignore_permissions = True but i don’t want to use ignore_permissions = True
how can i solve the issue