Tuesday 28 July 2009 2:20:15 am
Hi all,
I've created a new user class, that will be used for user registration. This new class just have those attributes :
Name
Firstname
Address
I'll add the "user_account" attribute, but for now I just want to see if all is working as I expected. I created this class (id 19) in a "projet" class group (id 5) So I configured my site.ini with :
[UserSettings]
UserClassID=19
UserClassGroupID=5
as explained in this tutorial : http://ez.no/ezpublish/documentation/incoming/tutorial_using_user_register My file is located under <i>extension/myExt/settings/site.ini.append.php</i> After cleared all the caches, when i go to user/register I see again the normal registration form, with the basic attributes, instead of viewing the attributes of my custom user class. I'm using EZP 4.1.3 Am I missing something ? Thanks for your help :)
|