Enhancement(機能追加・改善) #1009
完了Enhance a registering flow from inviting e-mail (招待メールからの登録フローを改善する)
100%
説明
Overview (概要)¶
Inviting mail depends on opAuthMailAddressPlugin, so there are authentication plugins that can not handle registring from invitation mail.
招待メールが opAuthMailAddressPlugin に依存してしまっているため、招待経由での新規登録が扱えない認証プラグインが存在する。
Spec (仕様)¶
Add a registring page for invitaion. New registering page, "member/register" prepares hook point for authentication plugin.
Authentication plugins can inject something to guide member for beginning registration to "member/register" page.
Invitaion mail show a URL to "member/register" and detach from opAuthMailAddressPlugin.
招待のための新規登録ページを追加する。新しい "member/register" ページは認証プラグインのためのフックポイントを用意している。
認証プラグインは "member/register" ページに対して、メンバーに登録処理を開始するための案内となる表示要素を挿入することができる。
招待メールは "member/register" ページへの URL を載せるようにし、 opAuthMailAddressPlugin から切り離す。