Saving the admincp-password on iOS-devices

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ehd2009
    New Member
    • Sep 2009
    • 3

    Saving the admincp-password on iOS-devices

    Hi,

    I have a strange problem.

    When working with my iOS-devices (iPad with 5.1 and iPhone 6.0) I want to save the admincp-passsword (and the password which is invoked by htaccess before)

    I had luck for some time with the mercury brower, but suddenly it stopped working and the password is not being saved.

    These are the apps which I have already tried:

    safari
    icabmobile
    dolphin
    chrome
    maven+

    Can anyone reproduce this and is there are way or an app to save the password?

    Thanks alot for your help!
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24358
    • 5.7.X

    #2
    You would really need to ask on a forum dedicated to support for iOS devices as it's not a vBulletin issue.
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • ehd2009
      New Member
      • Sep 2009
      • 3

      #3
      Well, vbulletin provides the login-form, maybe there's a way to modify it so that passwords are being saved:

      Code:
      [FONT=monospace]<td>[/FONT][FONT=monospace]<input type="password" style="padding-left:5px; font-weight:bold; width:250px" name="vb_login_password" accesskey="p" tabindex="2" id="vb_login_password" />[/FONT][FONT=monospace]</td>
      [/FONT]
      And maybe that's the culprit:

      Code:
      [TABLE]
      [TR]
      [TD="class: webkit-line-content"]<input type="hidden" name="s" value="bd2xxxxxxxxxxxxxxxxxxxxb5d77d" />[/TD]
      [/TR]
      [TR]
      [TD="class: webkit-line-number"][/TD]
      [TD="class: webkit-line-content"]<input type="hidden" name="securitytoken" value="13xxxxxxxxxxxxxxxxxxx20" />[/TD]
      [/TR]
      [/TABLE]

      Comment

      • Trevor Hannant
        vBulletin Support
        • Aug 2002
        • 24358
        • 5.7.X

        #4
        You would need to check with someone versed in how iOS handles passwords and saving them - the fact that .htaccess passwords don't save certainly isn't a vBulletin issue as that's not vBulletin code
        Vote for:

        - Admin Settable Paid Subscription Reminder Timeframe (vB6)
        - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

        Comment

        • ehd2009
          New Member
          • Sep 2009
          • 3

          #5
          Yes, they are being saved. Not the vbulletin-pw

          Comment

          Related Topics

          Collapse

          Working...