Skip to content
Snippets Groups Projects
Unverified Commit ce29b327 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

s/PASSWORD_BCRYPT/PASSWORD_DEFAULT

parent 2f0854ff
No related branches found
No related tags found
No related merge requests found
...@@ -398,7 +398,7 @@ class Crypto ...@@ -398,7 +398,7 @@ class Crypto
throw new \InvalidArgumentException('Invalid input parameter.'); throw new \InvalidArgumentException('Invalid input parameter.');
} }
return password_hash($password, PASSWORD_BCRYPT); return password_hash($password, PASSWORD_DEFAULT);
} }
} }
......
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