Error in registration

0
Hello, Can anyone solve this error why i cant able to register.   
asked
2 answers
0

You are trying to change the username attribute for which the user does not have permissions.

This can be an issue with the security setup, look at what roles a user can manage or you'll need to implement this with a different construction in your microflow.

For an example of a sign-up functionality have a look at the marketplace module: Forgot password, there is a signup functionality available in that module.

answered
0

Go to the entity that have the username attribute, then double click on it then go to the access rules tab, double click on anonymous user role and give the username attribute read and write 

answered