mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Fixing compilation issue
--HG-- branch : dev
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user