Skip to content

Commit

Permalink
included by ... javitva
Browse files Browse the repository at this point in the history
  • Loading branch information
esemve committed Sep 8, 2016
1 parent 63524a6 commit 6deb6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hu/hashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A `Hash` facade `make` metódusával generálhatsz hash -t a jelszóból:

#### Ellenőrizd, hogy A Jelszó Megfelelő-e

A `check` metódus lehetővé teszi, hogy egy egyszerű stringről eldöntsd, hogy a megadott hash előállítható-e belőle. Ha a `LoginController` [Laravel része](/docs/{{version}}/authentication) -t használod, akkor ezzel nem kell törődnöd, mert a vezérlő ezt automatikusan hívja meg helyetted:
A `check` metódus lehetővé teszi, hogy egy egyszerű stringről eldöntsd, hogy a megadott hash előállítható-e belőle. Ha a [Laravel által biztosított](/docs/{{version}}/authentication) `LoginController` -t használod, akkor ezzel nem kell törődnöd, mert a vezérlő ezt automatikusan hívja meg helyetted:

if (Hash::check('plain-text', $hashedPassword)) {
// The passwords match...
Expand Down

0 comments on commit 6deb6f4

Please sign in to comment.