Shannon
|
e2881e07d1
|
Ensures that all calls to the members membership provider are done so explicitly with the membership provider alias - this decouples the need to have the umbraco membership provider declared as the default, we were doing both before.
|
2014-03-18 17:08:21 +11:00 |
|
Shannon
|
85a74e4fa7
|
Fixes: U4-4419 TempData is not being cleared on RedirectToCurrentUmbracoPage - it actually shouldn't be cleared but we need to handle how we add it properly as tempdata only clears when it is read
|
2014-03-13 12:21:31 +11:00 |
|
Shannon
|
ec08d3e910
|
Updates MembershipHelper to not change the email/name if the value has not changed. Updates the templates to show only validation summaries for their own values/prefixes. Fixes some underlying MVC methods that merge view state to ensure the prefixes work with validation summaries properly when not showing property level errors. Updates the Umb controllers to add model level validation msgs when failed.
|
2014-02-10 18:34:12 +11:00 |
|
Shannon
|
0bfd032fad
|
Obsoletes the RedirectOnSucces on the RegisterModel as it is not needed. Adds RedirectUrl to the ProfileModel and updates the controller to redirect properly (ensures it doesn't just redirect to home!)
|
2014-02-10 16:46:45 +11:00 |
|
Shannon
|
2bb58b6fca
|
Updates MembershipHelper to ensure that the membership provider is used when updating a profile, specifically to deal with unique emails. Updates the profile edit template to have correct validation procedures.
|
2014-02-10 16:22:15 +11:00 |
|
Shannon
|
f28ae52ae3
|
moved logic to update a profile to MembershipHelper.
|
2014-01-28 21:57:00 +11:00 |
|
Shannon
|
1bfdd83ba7
|
Cleans up more of the membership controllers and snippets to be using the membership helper and fixes up a few issues
|
2014-01-28 19:41:21 +11:00 |
|
Shannon
|
e4e76eb0bf
|
Backports commit: Prefixed built in controllers to better avoid conflicts with people's custom code
Conflicts:
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/EditProfile.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/Login.cshtml
src/Umbraco.Web/Controllers/UmbLoginController.cs
src/Umbraco.Web/Controllers/UmbLoginStatusController.cs
src/Umbraco.Web/Controllers/UmbProfileController.cs
src/Umbraco.Web/Controllers/UmbRegisterController.cs
src/Umbraco.Web/Umbraco.Web.csproj
|
2014-01-28 13:47:16 +11:00 |
|