Change registerModel of Umbraco to customModel on UmbracoIdentity
Hi all, good day!
I am new in Umbraco.
I have already installed UmbracoIdentity 6.0 package. And I want to use my CustomModel OR the standard RegisterViewModel of UmbracoIdentity instead of RegisterModel of Umbraco.Web.Models.
Because I want to add ConfirmPassword and also add the users FullName in MemberType
Yes, because I use my own register function and it's working properly but since I installed the UmbracoIdentity package it's not working anymore and getting that error, yet the form is submitted and the register data is stored in members section in Umbraco BackOffice.
Change registerModel of Umbraco to customModel on UmbracoIdentity
Hi all, good day!
I am new in Umbraco.
I have already installed
UmbracoIdentity 6.0package. And I want to use myCustomModelOR the standardRegisterViewModelof UmbracoIdentity instead ofRegisterModelofUmbraco.Web.Models.Because I want to add
ConfirmPasswordand also add the usersFullNameinMemberTypeAppreciate any help!
Jin
Why would that be a problem? You send the formdata to a surfacecontroller, where you accept it through a custom model.
Hi Sven,
Thanks for you reply.
I've already did that but I got this error;
Here's my code...
Partial View
_RegisterForm.cshtmlController
Model
Jin
Have you tried debugging? Does the Model get filled with data? Then the error is probably somewhere inside your controller.
You can use developer tools from your browser to see if your data is send correctly.
Yes, because I use my own register function and it's working properly but since I installed the
UmbracoIdentitypackage it's not working anymore and getting that error, yet the form is submitted and the register data is stored in members section in Umbraco BackOffice.Jin
Any help for this :( ??
No. Sorry. I haven't worked with UmbracoIdentity. My experience is with the native Umbraco Membership.
Ohh, Okay. Thanks for your help mate :)
Cheers
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.