We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ログイン画面からパスワードリセットを行う際、メールアドレスを入力の上で「パスワードリセット」をクリックすると500エラーとなる。
①(ルートドメイン)/auth/login にアクセス ②「パスワードを忘れた」をクリック ③メールアドレスを入力 ④「パスワードリセット」をクリック
6.1.7
laravel.log
「ログインユーザー」テーブルから直接パスワードリセットを行ったところ正常に動作
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug / バグの説明
ログイン画面からパスワードリセットを行う際、メールアドレスを入力の上で「パスワードリセット」をクリックすると500エラーとなる。
To Reproduce / 再現手順
①(ルートドメイン)/auth/login にアクセス
②「パスワードを忘れた」をクリック
③メールアドレスを入力
④「パスワードリセット」をクリック
Version / 発生バージョン
6.1.7
Error log / エラーログ
laravel.log
Screenshots / スクリーンショット
Additional context / その他
「ログインユーザー」テーブルから直接パスワードリセットを行ったところ正常に動作
The text was updated successfully, but these errors were encountered: