Project

General

Profile

Actions

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

open

ログインフォームをinput type=textにして欲しい

Added by Kousuke Ebihara about 15 years ago. Updated almost 5 years ago.

Status:
New(新規)
Priority:
Low(低め)
Assignee:
-
Target version:
Start date:
2009-10-08
Due date:
% Done:

0%

Estimated time:

Description

以前のチケットは http://trac.openpne.jp/ticket/4334 です

http://sns.openpne.jp/?m=pc&a=page_fh_diary&target_c_diary_id=22008より転記

{{{
DoCoMo端末からOpenPNE3にログインする際のパスワード入力が input type=password のため、一部機種からの使用が困難です。
結構新しい機種でも難しい事があるので、type=textが妥当なのでしょうか

opAuthLoginForm.class.php でこんな感じかもしれません。

if (($mobile = opMobileUserAgent::getInstance()->getMobile()) && $mobile->isDoCoMo())
{
$this->setWidgets(array(
'login_id' => new sfWidgetFormInput(),
'password' => new sfWidgetFormInput(),
));
} else {
$this->setWidgets(array(
'login_id' => new sfWidgetFormInput(),
'password' => new sfWidgetFormInputPassword(),
));
} 
}}}

Actions #1

Updated by kaoru n almost 5 years ago

  • Target version set to OpenPNE 3.10.x
Actions

Also available in: Atom PDF