From 0bd37630d43faa54b107c480a14773640b0fb11f Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Fri, 10 Dec 2010 17:44:43 -0800 Subject: [PATCH] Fixing compilation issue --HG-- branch : dev --- .../Modules/Orchard.Users/Services/MembershipService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Users/Services/MembershipService.cs b/src/Orchard.Web/Modules/Orchard.Users/Services/MembershipService.cs index f3f0ce5bf..2dda60990 100644 --- a/src/Orchard.Web/Modules/Orchard.Users/Services/MembershipService.cs +++ b/src/Orchard.Web/Modules/Orchard.Users/Services/MembershipService.cs @@ -147,7 +147,7 @@ namespace Orchard.Users.Services { } } - private static bool ValidatePassword(UserPartRecord partRecord, string password) { + private bool ValidatePassword(UserPartRecord partRecord, string password) { // Note - the password format stored with the record is used // otherwise changing the password format on the site would invalidate // all logins