|
|
|
@ -32,7 +32,7 @@ class StoreLoginService implements StoreLoginServiceInterface |
|
|
|
|
|
|
|
function stringHash($password,$salt) |
|
|
|
{ |
|
|
|
$authkey = config('lgoin.authkey'); |
|
|
|
$authkey = config('login.authkey'); |
|
|
|
$password = "{$password}-{$salt}-{$authkey}"; |
|
|
|
return sha1($password); |
|
|
|
} |