Skip to content

Commit 2282496

Browse files
committed
Don't hash the password
1 parent 31d6968 commit 2282496

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Console/Installers/Scripts/UserProviders/SentinelInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function seed()
8686
*/
8787
public function getHashedPassword($password)
8888
{
89-
return Hash::make($password);
89+
return $password;
9090
}
9191

9292
/**

0 commit comments

Comments
 (0)