Using Administration module, cannot create Account because no tights to set System.User.Name

0
Hi,   I cannot create an account. I get the error despite I am logged as MxAdmin and I have granted all rights :   com.mendix.systemwideinterfaces.MendixRuntimeException: Changing member 'Name' of 'Administration.Account' by user MxAdmin failed for security reasons: Write access denied for member 'Name' of object 'Administration.Account'   It seems that System.User.Name is readonly, so how to set it ?    thanks  
asked
1 answers
1

Issue fixed : 

App -> Security -> user roles -> Admin -> user management : check the "(no access role)"

answered