1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Laravel6】 パスワードリセットの方法

Last updated at Posted at 2024-03-21

PWリセットメールの手順

※authのviewは全部英語だが、日本語に書き換えてOK

注意

ターミナル
php artisan config:cache

PWリセットメールの手順の途中で上記を入力する項目があるが、これをしたら
「bootstrap/cache/config.php」というファイルができる。
これを削除しないとエラーが起こる。
解決方法は以下
https://qiita.com/honaki/items/88968322ee36eb943d91
https://qiita.com/honaki/items/d496c4c2827cffb9b5e2

PWリセットメールの手順のエラーで困った時に確認

Gmailからリセットメールを送る方法

①上のリンクで、LaravelのPWリセットメールを設定して(上はこれと同じリンク)

②下のリンクで、Gmailから送る設定する流れでOK!

PW再設定、ログインなどの認証の日本語化

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?