Umbrao 8 => 10 upgrade deletes default member properties from backoffice
Hi
I have an umbraco 8 project which i upgraded from 8 to 10.8.6.
this project uses members for logging people in, and has a membertype which extends the regular "member" type.
In my old umbraco 8 installation, the "membership" tab looked like this:
Notice how it has the fields:
umbracoMemberFailedPasswordAttempts
umbracoMemberApproved
umbracoMemberLockedOut
etc...
But, now I run the upgrade, and now the same tab looks like this:
A bunch of fields have been removed.
And I am actually using these fields.
If i look in the [cmsMember] table in my database though, the fields seem to be there as columns.
What is happening here? Where can I access these fields?
Umbrao 8 => 10 upgrade deletes default member properties from backoffice
Hi
I have an umbraco 8 project which i upgraded from 8 to 10.8.6.
this project uses members for logging people in, and has a membertype which extends the regular "member" type.
In my old umbraco 8 installation, the "membership" tab looked like this:
Notice how it has the fields:
But, now I run the upgrade, and now the same tab looks like this:
A bunch of fields have been removed. And I am actually using these fields. If i look in the [cmsMember] table in my database though, the fields seem to be there as columns.
What is happening here? Where can I access these fields?
is working on a reply...