Project

General

Profile

Actions

Enhancement(機能追加・改善) #1992

open

opTestFunctional::login() が opAuthMailAddressPlugin 以外の認証プラグインで使えない

Added by Shinichi Urabe almost 14 years ago. Updated almost 13 years ago.

Status:
New(新規)
Priority:
Normal(通常)
Assignee:
-
Target version:
Start date:
2011-04-02
Due date:
% Done:

0%

Estimated time:

Description

概要

認証モードが authMailAddress 限定の記述になっている

   $params = array('authMailAddress' => array(
         'mail_address' => $mailAddress,
         'password'     => $password,
         ));

    return $this->post('/member/login/authMode/MailAddress', $params);

仕様

setAuthMode('authModeName') のようなメソッドを用意して、認証方法を切り替えれるようにする

Actions #1

Updated by Shouta Kashiwagi almost 13 years ago

  • Target version changed from OpenPNE 3.7.0 to 252
Actions #2

Updated by Shouta Kashiwagi almost 13 years ago

  • Target version changed from 252 to OpenPNE 3.8.x
Actions

Also available in: Atom PDF