CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Question signon.rememberpassword

    how to make signon.rememberpassword false in firefox with javascript (not manuallay).
    my goal is to disable remember password feature in firefox when user login into my site and then enable
    it again when user log out from my site.
    Please rate my post if it was helpful for you.
    Java, C#, C++, PHP, ASP.NET
    SQL Server, MySQL
    DirectX
    MATH
    Touraj Ebrahimi
    [toraj_e] [at] [yahoo] [dot] [com]

  2. #2
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Re: signon.rememberpassword

    sorry it was signon.remembersignons
    Please rate my post if it was helpful for you.
    Java, C#, C++, PHP, ASP.NET
    SQL Server, MySQL
    DirectX
    MATH
    Touraj Ebrahimi
    [toraj_e] [at] [yahoo] [dot] [com]

  3. #3
    Join Date
    May 2006
    Posts
    306

    Re: signon.rememberpassword

    I don't think you can, for security reasons.

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: signon.rememberpassword

    I may be wrong, but it may indeed be possible. You see, there is a certain file called prefs.js :

    http://kb.mozillazine.org/Prefs.js_file

    you could utilise some of the methods this file exposes with your script to toggle between this, here's more info :
    http://www.mozillazine.org/talkback.html?article=2431

    Playing around with these type of settings, is always a hot topic which may end up in a heated debate as to why / why not do this type of thing

    i hope my post was useful

  5. #5
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Re: signon.rememberpassword

    thanks hans
    Please rate my post if it was helpful for you.
    Java, C#, C++, PHP, ASP.NET
    SQL Server, MySQL
    DirectX
    MATH
    Touraj Ebrahimi
    [toraj_e] [at] [yahoo] [dot] [com]

  6. #6
    Join Date
    Jul 2005
    Location
    Currently in Mexico City
    Posts
    568

    Re: signon.rememberpassword

    I suppose AJAX could be used to alter the config, though script execution confirmation and a browser restart wold be needed to make it all work.

    Also to avoid autosave feature you could use Flash-based login form.

    P.S.
    - FF asks if it should save some login and password. You say NO. Then to log in again some other day you by mistake enter something wrong on the same page and FF asks again if it should save it or not, while if you type it correctly it stays quite. Resume: The da.mn bas.tard saves it all after all! =S
    Wanna install linux on a vacuum cleaner. Could anyone tell me which distro sucks better?

    I had a nightmare last night. I was dreaming that I’m 64-bit and my blanket is 32-bit and I couldn’t cover myself with it, so I’ve spent the whole night freezing. And in the morning I find that my blanket just had fallen off the bed. =S (from: bash.org.ru)

    //always looking for job opportunities in AU/NZ/US/CA/Europe :P
    willCodeForFood(Arrays.asList("Java","PHP","C++","bash","Assembler","XML","XHTML","CSS","JS","PL/SQL"));

    USE [code] TAGS! Read this FAQ if you are new here. If this post was helpful, please rate it!

Tags for this Thread

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured