Skip to content
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

会員登録済みのメールアドレスを判別不可にする #5391

Merged
merged 5 commits into from
Jun 29, 2022
Merged

会員登録済みのメールアドレスを判別不可にする #5391

merged 5 commits into from
Jun 29, 2022

Conversation

KenTanaka
Copy link
Contributor

#5279
取り急ぎ、たたき台

@chihiro-adachi chihiro-adachi changed the title ・first version 会員登録済みのメールアドレスを判別不可にする Jun 22, 2022
@chihiro-adachi chihiro-adachi added enhancement 機能追加 security security labels Jun 29, 2022
@chihiro-adachi chihiro-adachi added this to the 4.2.0 milestone Jun 29, 2022
@chihiro-adachi
Copy link
Contributor

chihiro-adachi commented Jun 29, 2022

以下の仕様で修正しました。

  • メールアドレスの重複チェックを外し、登録済メールアドレスでも登録できるようにする
  • 登録処理実行時、すでにメールアドレスが登録されている場合は
    • 仮会員設定が有効
      • 仮会員で登録されている場合
        • 登録処理をスキップ
        • 完了メールにで「仮会員で登録されています。登録を完了してください。」の旨のメールを送付する
        • 完了画面は、「仮会員登録」が完了しました、が表示される(/entry/complete)
      • 本会員で登録されている場合
        • 登録処理をスキップ
        • 完了メールにで「すでに登録完了しています。マイページからログインしてください」の旨のメールを送付する
        • 完了画面は、「仮会員登録」が完了しました、が表示される(/entry/complete)
    • 仮会員設定が無効
      • 本会員で登録されている場合
        • 登録処理をスキップ
        • 完了メールにで「すでに登録完了しています。マイページからログインしてください」の旨のメールを送付する
        • 完了画面は、「会員登録」が完了しました、が表示される(/entry/activate_complete)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 機能追加 security security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants