Shannon
2f53698bc5
Fixes: U4-4766 UmbracoMembershipProvider.ChangePassword() is seal, what might be a breaking change?
2014-04-28 19:19:48 +10:00
Shannon
056b13eb98
fixes up the double member creation in the createuser method
2014-01-08 16:29:09 +11:00
Shannon
17883358b6
Fixes some issues with the User membership provider, updates user create dialog to also have an email address (which is required by membership), adds validation to the member and user create dialogs to ensure that the email address is validated to be a correcty formatted address.
2014-01-02 14:13:43 +11:00
Shannon
fc0c6a1cd8
fixes stored password check with legacy encoding.
2013-12-31 13:27:47 +11:00
Shannon
8a70c440f2
Added many more unit tests for the membership provider base class and fixed some logic inconsistencies.
2013-12-28 18:55:43 +11:00
Shannon
edaa5ebd43
Lots more unit tests for the membership providers and some other fixups - have a new failing test as i need to sort out salting issue with encrypted passwords.
2013-12-24 14:03:18 +11:00
Shannon
414b65b269
More WIP on the membership providers - both new and old. They are now both working with the same up-to-date logic and base classes. Updated the interface definitions on the member services to support the membership provider queries - now to implement the logic.
2013-12-20 14:01:10 +11:00
Shannon
2dd04799b2
WIP membership provider updates
2013-12-19 18:33:25 +11:00
Shannon
ae32968efd
Updates the legacy membership providers and WebSecurity/Password changer to stay backwards compatible with their previous settings whilst still keeping all of the provider fixes.
2013-10-23 10:19:43 +11:00
Shannon
40287fd427
adds some tests for membership provider base
2013-10-18 09:33:10 +11:00
Shannon
61ef83c748
Gets the password changer working - on the edit user page. reset/change password wth validation
2013-10-18 00:37:51 +11:00
Shannon
3aab41b1e4
Fixes lots of membership provider stuff
...
U4-3057 MembershipPasswordFormat problem at EncodePassword method in UmbracoMembershipProvider class
U4-3176 UsersMembershipProvider.CreateUser does not encrypt/hash the password
U4-3173 UserMembershipProvider.ChangePassword does not work
- Now we need to update the UI for the member
Signed-off-by: Shannon <sdeminick@gmail.com >
2013-10-17 20:20:43 +11:00