Dear all,

we created some custom fields, like fname and lname.

We added to the BaseUser class and we have in the order:

  * email
  * fname
  * lname

We log as user to the interface to register a new user, and this order
is respected.

We go back to the Console and using the interface "Edit AnyTypeClass
BaseUser" we change the order as:

  * lname
  * fname
  * email

We log with the old user, but the order is still the old one.

We create a new user and also in this case the order of the fields is
still the old one.

Are we missing any step here?

Thanks

Reply via email to