-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
パスワードリセット機能の作成 #757
パスワードリセット機能の作成 #757
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
動作〇です。
一個だけ微修正でコメントつけました。
})} | ||
/> | ||
<p className='md:text-md whitespace-nowrap text-sm text-black-300'> | ||
パスワード(確認) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
パスワード(確認) | |
パスワード確認 |
新規登録には()がついてなかったので統一した方が良さそう
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正しました
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正しました
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
動作大丈夫です。
ただ、登録されていない宛先(メールアドレス)に送ろうとした場合も通常と同じ表記になるため、「メールが届かない場合は、送信先のメールアドレスの確認と迷惑メールの確認をしてください。それでも見つからない場合は、登録されていないメールアドレスの可能性があります」みたいな文言があるといいかも
@KazumaSun 修正しました |
resolve #657
概要
/reset_password/request
ページは登録ずみのメールアドレス宛にパスワードリセットメールを送信する[/reset_password/{id}/?token={toke})
メールに送られるパスワードリセットURL画面スクリーンショット等
パスワードリセットリクエスト画面
パスワードリセットメール
パスワード変更画面
パスワード変更後画面
テスト項目
docker compose down -v
とdocker compose up --build
でdbを新しく作り直す備考