In previous versions of Umbraco, we were able to determine the value of the "Is Approved" boolean. Given in recent versions it has moved, currently we cannot update it - maybe because the Alias changed and the import process is not picking it up?
Given that we can setup the Login Username and Email Address, it means you may be able to tap into the Is Approved field.
IsApproved is a property on the member itself these days and therefore no longer picked up by cmsimport automatically. Will change that for a future release.
Added to V10.1.0 / V11.1.0. Make sure to update appsettings file and remove umbracoMemberIsApproved from IgnoredPropertyAliasses since it's ignored by default. see page 22 of the manual
Is Approved field
In previous versions of Umbraco, we were able to determine the value of the "Is Approved" boolean. Given in recent versions it has moved, currently we cannot update it - maybe because the Alias changed and the import process is not picking it up?
Given that we can setup the Login Username and Email Address, it means you may be able to tap into the Is Approved field.
Can you please have a look at this?
Great suggestion,
IsApproved is a property on the member itself these days and therefore no longer picked up by cmsimport automatically. Will change that for a future release.
Best,
Richard
Hi Richard
Any updates on the horizon for this one?
Hi Tarik,
Sorry still on the list of things todo.
Best,
Richard
Hi Tarik,
Added to V10.1.0 / V11.1.0. Make sure to update appsettings file and remove umbracoMemberIsApproved from IgnoredPropertyAliasses since it's ignored by default. see page 22 of the manual
Awesome work Richard, I'll give it a test drive and will report back.
Thank you so much for the update.
is working on a reply...