Sign in how remove remember password JDE

mathgreg

Member
Hi,

When I access the PROD login page on the web server on JDE (E1MENU.maf) the popup ask me if I want to save the password. In my PY environnement I don't have this popup. There is this code (view source E1MENU.MAF) in my PY environnment and I don't have it in my PROD environnment :

// set the appropriate advanced state
if ("block" == getCookie("advancedState"))
{
toggleAdvanced();
unhighlight();
}

I know I can remove the option to remember the password in internet explorer (tool, internet options,...) but I don't want to proceed this way. I'v try to setup the JAS.INI the lines autocomplete=off and autopopulate=off but it doesn't work. I'd like to know how I could add the code below in my login page or any sugestion for my issue.

Thank you!
 
MathGreg,

Do you have any third-party tools installed that are maintaining a
'wallet'/cache of passwords? I haven't been at a client where the Password
Caching is default - unless it has been a third party tool.

You might want to use Beyond Compare to 'compare' your HTML to see if
editing has occured and/or your releases are differet. The code snippet
should be consistant across all environments.

(db)

On Thu, Mar 27, 2008 at 11:11 AM, mathgreg <



--
 
Back
Top