I have a client who has a website with dealer profiles.
There are around 500 profiles and now we want to make each dealer able to edit his own profile.
My first idea was to import 500 users and give them permission to their own profile, but it seems that it's not possible to import users without any custom code.
The second idea was to import the 500 dealers as members and then build some kind of editing page. But it seems like a flimsy solution with a lot of custom code.
The last possibility is to do it through Umbraco Forms but I don't know if its possible since the form will contain both Upload fields and Rich Text Editors.
My idea is load it to members (not back office users) and develop simple view to update their profile ( I think you can get Edit profile snippet in umbarco partials) , Of cource you will need create login and forgot password page too.
How to do editable profiles ?
I have a client who has a website with dealer profiles.
There are around 500 profiles and now we want to make each dealer able to edit his own profile.
My first idea was to import 500 users and give them permission to their own profile, but it seems that it's not possible to import users without any custom code.
The second idea was to import the 500 dealers as members and then build some kind of editing page. But it seems like a flimsy solution with a lot of custom code.
The last possibility is to do it through Umbraco Forms but I don't know if its possible since the form will contain both Upload fields and Rich Text Editors.
Any good ideas, I haven't considered ?
You can use CMSImport package for import members without coding
Yeah, but that doesn't really solve any of the problems do it ? Members can't login to the backend.
My idea is load it to members (not back office users) and develop simple view to update their profile ( I think you can get Edit profile snippet in umbarco partials) , Of cource you will need create login and forgot password page too.
is working on a reply...