Skip to content
Snippets Groups Projects
Commit 7f58b0ef authored by joel hansson's avatar joel hansson
Browse files

typo fix in a comment.

parent 6163a856
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class OC_User_Database extends OC_User_Backend {
private function getHasher() {
if(!self::$hasher) {
//we don't want to use DES based crypt(), since it doesn't return a has with a recognisable prefix
//we don't want to use DES based crypt(), since it doesn't return a hash with a recognisable prefix
$forcePortable=(CRYPT_BLOWFISH!=1);
self::$hasher=new PasswordHash(8, $forcePortable);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment