Opened 13 years ago
Closed 13 years ago
#4334 closed enhancement (wontfix)
ログインフォームをinput type=textにして欲しい
Reported by: | imamura623 | Owned by: | nobody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | 指定しない | Version: | 3.1.x |
Keywords: | 【要望】 | Cc: |
Description
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(), )); }
Note: See
TracTickets for help on using
tickets.
今後は http://redmine.openpne.jp/issues/218 で対応がおこなわれます。