User Tag List

Likes Likes:  0
Results 1 to 9 of 9

Thread: Anyone Having Problems Logging In To The Forum?

  1. #1
    Join Date
    Mar 2009
    Location
    Meriden CT
    Posts
    1,677
    Post Thanks / Like
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Default Anyone Having Problems Logging In To The Forum?

    I've tried several different browsers and I'm still having the same problem:

    The web site won't save my login credentials even after checking the "Remember Me" box.

  2. #2
    Join Date
    Apr 2011
    Location
    Hillsdale NY
    Posts
    26,095
    Post Thanks / Like
    Mentioned
    75 Post(s)
    Tagged
    0 Thread(s)

    Default Re: Anyone Having Problems Logging In To The Forum?

    Quote Originally Posted by Peter Polack View Post
    I've tried several different browsers and I'm still having the same problem:

    The web site won't save my login credentials even after checking the "Remember Me" box.
    No problems for me. I just logged out, dumped my cache and logged back in. Safari browser. Apple laptop. All current.

    You are posting here so obviously whatever you are doing does allow you to log in and post. Is the problem that you have to log in every time you access VSalon? The way VSalon "saves" a password is by affixing some kind of persistent cookie to your browser. It lasts until you dump cookies, caches or otherwise website data. If you have security settings that prevent persistent cookies or something set up to discard cookies/data upon closing the browser, then that might be affecting things.
    Jorn Ake
    poet

    Flickr
    Books

  3. #3
    Join Date
    Oct 2008
    Location
    Northwest AZ
    Posts
    6,189
    Post Thanks / Like
    Mentioned
    20 Post(s)
    Tagged
    1 Thread(s)

    Default Re: Anyone Having Problems Logging In To The Forum?

    I had problems for about a week. I worked around it by setting up a shortcut on my toolbar. Now it's fine, but I still use the shortcut.
    Retired Sailor, Marine dad, semi-professional cyclist, fly fisherman, and Indian School STEM teacher.
    Assistant Operating Officer at Farm Soap homemade soaps. www.farmsoap.com

  4. #4
    Join Date
    Mar 2009
    Location
    Meriden CT
    Posts
    1,677
    Post Thanks / Like
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Default Re: Anyone Having Problems Logging In To The Forum?

    Is the problem that you have to log in every time you access VSalon?

    Yes. I have to enter my screen name, which after typing the first letter, presents a pull-down with my screen name. Then when I click in the blank password field, it auto-populates the correct password.
    Checking the Remember Me box does nothing toward saving my info for my next visit.


    The way VSalon "saves" a password is by affixing some kind of persistent cookie to your browser. It lasts until you dump cookies, caches or otherwise website data. If you have security settings that prevent persistent cookies or something set up to discard cookies/data upon closing the browser, then that might be affecting things.


    My settings are not to dump cookies and I've tried dumping them and clearing the cache several times to no avail. All other websites remember me. I'm befuddled.

  5. #5
    Join Date
    Apr 2011
    Location
    Hillsdale NY
    Posts
    26,095
    Post Thanks / Like
    Mentioned
    75 Post(s)
    Tagged
    0 Thread(s)

    Default Re: Anyone Having Problems Logging In To The Forum?

    Quote Originally Posted by Peter Polack View Post
    Is the problem that you have to log in every time you access VSalon?

    Yes. I have to enter my screen name, which after typing the first letter, presents a pull-down with my screen name. Then when I click in the blank password field, it auto-populates the correct password.
    Checking the Remember Me box does nothing toward saving my info for my next visit.


    The way VSalon "saves" a password is by affixing some kind of persistent cookie to your browser. It lasts until you dump cookies, caches or otherwise website data. If you have security settings that prevent persistent cookies or something set up to discard cookies/data upon closing the browser, then that might be affecting things.


    My settings are not to dump cookies and I've tried dumping them and clearing the cache several times to no avail. All other websites remember me. I'm befuddled.
    Sounds like you may be using some sort of password manager, possibly the built-in password manager provided by your operating system. Unintentionally perhaps. That would explain why the scenario is the same regardless of browser. AFAIK, the appearance of a pull-down with cached user/screen names is not part of the VSalon site coding, but that is a common part of password managing software. Some browsers also allow saving passwords locally (meaning within the browser) but those shouldn't be available in other browsers.
    Jorn Ake
    poet

    Flickr
    Books

  6. #6
    Join Date
    Mar 2009
    Location
    Meriden CT
    Posts
    1,677
    Post Thanks / Like
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Default Re: Anyone Having Problems Logging In To The Forum?

    Quote Originally Posted by j44ke View Post
    Sounds like you may be using some sort of password manager, possibly the built-in password manager provided by your operating system. Unintentionally perhaps. That would explain why the scenario is the same regardless of browser. AFAIK, the appearance of a pull-down with cached user/screen names is not part of the VSalon site coding, but that is a common part of password managing software. Some browsers also allow saving passwords locally (meaning within the browser) but those shouldn't be available in other browsers.
    I'm using the password manager supplied by my Firefox and Google browsers.

  7. #7
    Join Date
    Oct 2012
    Posts
    11,340
    Post Thanks / Like
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Default Re: Anyone Having Problems Logging In To The Forum?

    I think your problem is you may be hitting velocipedesalon through http protocol first, for which your auth cookie that applies when logged with https do not work.

    I had the same thing happening and simply setup my firefox to always open web page in their https version by default. You can find the HTTPS-ONLY mode config in Settings --> Privacy & Security.

    Please note that it will lead to additional warning when visiting websites which are not configured to use https or that are badly setup.
    --
    T h o m a s

  8. #8
    Join Date
    Apr 2011
    Location
    Hillsdale NY
    Posts
    26,095
    Post Thanks / Like
    Mentioned
    75 Post(s)
    Tagged
    0 Thread(s)

    Default Re: Anyone Having Problems Logging In To The Forum?

    Quote Originally Posted by sk_tle View Post
    I think your problem is you may be hitting velocipedesalon through http protocol first, for which your auth cookie that applies when logged with https do not work.

    I had the same thing happening and simply setup my firefox to always open web page in their https version by default. You can find the HTTPS-ONLY mode config in Settings --> Privacy & Security.

    Please note that it will lead to additional warning when visiting websites which are not configured to use https or that are badly setup.
    Thanks Thomas!
    Jorn Ake
    poet

    Flickr
    Books

  9. #9
    Join Date
    Oct 2012
    Posts
    11,340
    Post Thanks / Like
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)

    Default Re: Anyone Having Problems Logging In To The Forum?

    Ideally the velocipedesalon web servers would be configured to redirect automatically to https. This is just one line to add in an apache or nginx http server config:

    Apache (redirect statement)
    Code:
    <VirtualHost *:80> 
      ServerName example.com
      ServerAlias www.example.com
      Redirect permanent / https://example.com/
    </VirtualHost>
    Nginx (return statement)

    Code:
    server {
        listen 80;
        server_name example.com www.example.com;
        return 301 https://$host$request_uri;
    }
    Last edited by sk_tle; 6 Hours Ago at 10:32 AM.
    --
    T h o m a s

Similar Threads

  1. Forum Geek Alert: Forum runner is now active
    By Too Tall in forum The OT
    Replies: 32
    Last Post: 07-25-2020, 07:12 PM
  2. I Have No Problems
    By j44ke in forum The OT
    Replies: 3
    Last Post: 11-01-2014, 06:35 AM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •