Hello, i want to add new properties to users. i define a new type in my model in this way: <type name="usu:usuarios"> <title>Usuarios de CSG</title> <parent>cmerson</parent> <properties> <property name="usu:rol"> <type>d:text</type> <mandatory>true</mandatory> </property> <property name="usu:areafuncional"> <type>d:text</type> <mandatory>true</mandatory> </property> </properties> </type>
And later i modify my web-config-custom.xml in this way: