Fixing compilation issue

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-12-10 17:44:43 -08:00
parent 8640262b8c
commit 0bd37630d4

View File

@@ -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 // Note - the password format stored with the record is used
// otherwise changing the password format on the site would invalidate // otherwise changing the password format on the site would invalidate
// all logins // all logins