Results 1 to 6 of 6

Thread: Disabling Remember My Password

  1. #1
    nirensewsanker is offline Senior Member
    Join Date
    May 2009
    Posts
    43

    Question Disabling Remember My Password

    Hi Guys

    I want to Disable "remember my password" for my sugar installation. Does anyone know how this could be done so it works across all browsers?

    Your help will be much appreciated. Thank you in advance!

    Version 5.2.0e

  2. #2
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: Disabling Remember My Password

    This is browser functionality not sugar functionality

    for firefox on Linux it's something like:

    * Navigate to Edit >> Preferences in the menu bar
    * Under Security, uncheck the option Remember passwords for sites
    * Click Ok

    there'll be something similar for other browsers

  3. #3
    nirensewsanker is offline Senior Member
    Join Date
    May 2009
    Posts
    43

    Question Re: Disabling Remember My Password

    Hi

    and thank you for your reply. I am aware on how to disable it in the browser but I need to disable it globally. I need maybe a script or a piece of code that I can add to my sugar that disables the function. I don't want any passwords to be remembered on any computer. After some research here is an example code below:

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title>Untitled Page</title>
    </head>
    <body>
    <form id="form1" runat="server">
    <div>

    <asp:TextBox ID="TextBox1" autocomplete="off" runat="server" TextMode="Password"></asp:TextBox>
    <asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
    <asp:Button ID="Button1" runat="server" Text="Button" onclick="Button1_Click" />

    </div>

    </form>
    </body>
    </html>

    I need to know how I could implement this into sugar.

    Thank you in advance.

  4. #4
    nirensewsanker is offline Senior Member
    Join Date
    May 2009
    Posts
    43

    Unhappy Re: Disabling Remember My Password

    Hi

    Please let me know if this is possible? I need to protect my information on my sugar so that if I access it remotely from anywhere, I want to be rest assured that nobody else can access it by remembering the passwords etc.

    Please help. Thank you.

  5. #5
    nirensewsanker is offline Senior Member
    Join Date
    May 2009
    Posts
    43

    Question Re: Disabling Remember My Password

    Somebody????????????????????????????????

  6. #6
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Disabling Remember My Password

    Sugar doesn't store any passwords outside of the database. This is done by the local accessing machine only. So no worries.
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How not to make Search remember?
    By madhrishi in forum Help
    Replies: 7
    Last Post: 2009-08-10, 02:06 PM
  2. Remember Me (Saved Login's) for SugarOS?
    By sagetree124 in forum General Discussion
    Replies: 3
    Last Post: 2009-06-03, 11:36 AM
  3. Remember me button for SugarCRM
    By illumini in forum General Discussion
    Replies: 0
    Last Post: 2008-08-14, 01:12 AM
  4. Install DB password handling bug (mishandling of % in password string)
    By mansonthomas in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2007-12-25, 02:28 PM
  5. Remember the last action performed after timing out
    By alex1000 in forum Feature Requests
    Replies: 4
    Last Post: 2005-04-05, 01:43 PM

Tags for this Thread

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
  •