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
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
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
Apache/2.2.3 (Debian) PHP/5.2.0-8+etch11 MySQL 5.0.32
SalesAgility.com - SugarCRM Experts (UK)
Authors of Advanced OpenSales - Open Source Quotations, Invoices, Products and Contracts modules for SugarCRM Community Edition - Download here
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.
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.
Somebody????????????????????????????????
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks