General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Remember Passwords of Financial Sites
Posted by: AlanBarber
Date: September 29, 2008 05:19AM

Can anyone tell me if there is a preference hack (such as in the Firefox "nsloginmanager.js" file) where something can be commented out, in order for K-Meleon to accept remembering passwords from financial sites?

Options: ReplyQuote
Re: Remember Passwords of Financial Sites
Posted by: JujuLand
Date: September 29, 2008 06:43AM

For me, a financial site is simply a site, and there is no reason that K-Meleon can't save it.

But, some sites, perhaps with some javascript, can make it impossible. I see only roboform to allows it in these cases.

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Options: ReplyQuote
Re: Remember Passwords of Financial Sites
Posted by: AlanBarber
Date: September 29, 2008 08:14AM

By financial sites, I mean banking sites that require secure login.

Firefox, by default, will not allow saving of data for these sites. One has to edit the "nsLoginmanager.js" file, & comment out a few lines. Once that is done, Firefox will allow saving of banking site usernames & passwords.

Is there a similar .js file in KMeleon that can be adjusted similarly?

Options: ReplyQuote
Re: Remember Passwords of Financial Sites
Posted by: AlanBarber
Date: September 30, 2008 06:04AM

Anyone?

Options: ReplyQuote
Re: Remember Passwords of Financial Sites
Posted by: JamesD
Date: September 30, 2008 12:08PM

I don't have password saving turned on for myself. I prefer to keep them in my head. I do have a helper macro which keeps the card number for BJs wholesale club so I do not have to remember that. IMPORTANT - the macro is a open file so security is an issue.

BJs has two pages from which I can login. If there was only one page then the conditional statement would be less complex. Addition sites can be added by the addition of another line in the setmenu area and another macro like _Fill_In_Form_Run_BJClub{.

#  K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)
#  
# ---------- Fill_In_Form.kmm
# ---------- K-Meleon Macro Language Fill in info for some forms ---------------
#
# Dependencies        : main.kmm 
# Resources           : - 
# Preferences         : -
# Version             :  0.5   2008-07-19
# --------------------------------------------------------------------------------

_Fill_In_Form_Run_BJClub{
$URLBAR == "https://www.bjs.com/member/login.start"; ? setclipboard("xxx-4-xxxx-yyy") : $URLBAR == "https://www.bjs.com/member/login/unauthorized"; ? setclipboard("xxx-4-xxxx-yyy") : &_Fill_In_Form_Run_Error ;
}

_Fill_In_Form_Run_Error{
alert("Incorrect Page", "URL ??", EXCLAIM ) ;
}

_Fill_In_Form_BuildMenu{
# add another option to Help menu
$_Fill_In_Form_Popm = "Fill In Forms" ; 
setmenu("KMDocs",separator,-1);
setmenu("KMDocs",popup,$_Fill_In_Form_Popm);
setmenu($_Fill_In_Form_Popm,macro,"BJ's Club",_Fill_In_Form_Run_BJClub);
}

$OnInit=$OnInit."_Fill_In_Form_BuildMenu;";
$macroModules=$macroModules."Fill_In_Form;";


Options: ReplyQuote


K-Meleon forum is powered by Phorum.