hypweb.net
XOOPSマニア  最新情報のRSS(サイト全体)
[ 自宅サーバーWebRing |ID=54 前後5表示乱移動サイト一覧 ]

TOP » UsersWiki » nao-pon » blog » 2008-09-05

RSS of nao-pon/blog
2008 9月 5 (金)
 

XOOPS のアカウント編集画面のパスワード欄のオートコンプリートを無効にする anchor.png

Tag: XOOPS Tips

XOOPS のアカウント編集画面で、パスワードの変更欄にオートコンプリートで入力されてしまい、うざい鬱陶しいので、オートコンプリートをHTML側で無効にしたので、そのメモ。

  • XOOPS 2.0.16a JP
    • eseredit.php の 200行目あたり
      200
      201
      202
      203
      
          $pwd_text = new XoopsFormPassword('', 'password', 10, 32);
          $pwd_text->setExtra('autocomplete="off"');
          $pwd_text2 = new XoopsFormPassword('', 'vpass', 10, 32);
          $pwd_text2->setExtra('autocomplete="off"');
  • XOOPS Cube Legacy 2.1.x
    • ユーザーモジュールテンプレート user_edituser.html
      @@ -137,10 +137,10 @@
         <tr>
           <td class="head"><{$smarty.const._MD_USER_LANG_PASSWORD}><br />
           <{$smarty.const._MD_USER_LANG_TYPEPASSTWICE}></td>
           <td class="<{cycle values="odd,even"}>">
      -      <{xoops_input type=password name=pass size=10 maxlength=32 value=$actionForm->get('pass')}>
      -      <{xoops_input type=password name=vpass size=10 maxlength=32 value=$actionForm->get('vpass')}>
      +      <input type="password" name="pass" size="10" maxlength="32" value="" autocomplete="off" />
      +      <input type="password" name="vpass" size="10" maxlength="32" value="" autocomplete="off" />
           </td>
         </tr>
         <tr>
           <td class="head"><{$smarty.const._MD_USER_LANG_USERCOOKIE}></td>

この現象は FireFox だけかな?



トップ   凍結 差分 バックアップ 複製 名前変更 リロード印刷に適した表示   ページ新規作成 全ページ一覧 単語検索 最新ページの一覧   ヘルプ   最新ページのRSS 1.0 最新ページのRSS 2.0 最新ページのRSS Atom Powered by xpWiki
Counter: 576, today: 1, yesterday: 0
初版日時: 2008-09-05 (金) 22:46:31
最終更新: 2008-09-05 (金) 22:46:31 (JST) (5673d) by nao-pon
このページのTopへ
メインメニュー
ログイン

ユーザー名:


パスワード:





パスワード紛失  |新規登録
最近の更新
#recent(): You called me too much
オンライン状況
214 人のユーザが現在オンラインです。 (9 人のユーザが UsersWiki を参照しています。)

登録ユーザ: 0
ゲスト: 214

もっと...
サイト情報