社長BLOG
OpenPNE3外部ログインページの設定法
- 2014-01-28 (火)
- 社長BLOG
OpenPNE3で外部にログインフォームを設置する方法。
▼SNS側の設定
管理画面から、上記のように外部サイト側のURLを指定します。
ログインが失敗した時の戻り先になります。
▼外部サイト側の設定
ガブサイトに下記のHTMLタグでログインフォームを作成する。
外部ログインページに埋め込むログインフォームは、 SNSログイン画面に表示されるフォームとほぼ同じものになります。 対象のSNSが opAuthMailAddressPlugin を利用している (デフォルトのメールアドレス・パスワードによるログイン)場合、 以下の HTML を加工してご利用ください。
<form action="http://SNSのURL/member/login/authMode/MailAddress" method="post">
<label for="authMailAddress_mail_address">メールアドレス</label>
<input id="authMailAddress_mail_address" type="text" name="authMailAddress[mail_address]" />
<label for="authMailAddress_password">パスワード</label>
<input id="authMailAddress_password" type="password" name="authMailAddress[password]" />
<input type="submit" value="ログイン" />
</form><a href="http://SNSのURL/opAuthMailAddress/helpLoginError">ログインできない方はこちら</a>
詳しくはsupport.pne.jpに記事があります。