Shaan Bhasin Posted October 3, 2011 Share Posted October 3, 2011 Hi Can anyone explains me what coding should i change in attached code file to remove the notification that opens up small dialog box that asks to "Remember password" and "not now" and by making a default selection for remember password without prompting to ask. Thanks.. [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/248344-need-help/ Share on other sites More sharing options...
sunfighter Posted October 4, 2011 Share Posted October 4, 2011 Use the tag above to post your code = the #. Quote Link to comment https://forums.phpfreaks.com/topic/248344-need-help/#findComment-1275766 Share on other sites More sharing options...
Shaan Bhasin Posted October 6, 2011 Author Share Posted October 6, 2011 What does that mean ? Quote Link to comment https://forums.phpfreaks.com/topic/248344-need-help/#findComment-1276501 Share on other sites More sharing options...
joe92 Posted October 6, 2011 Share Posted October 6, 2011 Post the contents of that file on here between the [ code] tags, found by clicking the # image when writing a reply Quote Link to comment https://forums.phpfreaks.com/topic/248344-need-help/#findComment-1276503 Share on other sites More sharing options...
HanneSThEGreaT Posted October 7, 2011 Share Posted October 7, 2011 I know I'm a newbie around these parts, but it is a bit unfair expecting us to fix code we don't even know where it comes from. We know what you want to achieve, but that's it. Do you get any errors? Quote Link to comment https://forums.phpfreaks.com/topic/248344-need-help/#findComment-1276743 Share on other sites More sharing options...
Buddski Posted October 7, 2011 Share Posted October 7, 2011 Sorry dude but I am NOT reading through a 1500 line javascript file which does not include all the dependencies to fix an annoying popup.. Having said that I'm feeling a little generous so I had a quick squizz What you are looking for is most likely in, but without prior knowledge of this system I am of little help. __pwmgr : null, // Password Manager service get _pwmgr() { if (!this.__pwmgr) this.__pwmgr = Cc["@Godzilla.org/login-manager;1"]. getService(Ci.nsILoginManager); return this.__pwmgr; } Quote Link to comment https://forums.phpfreaks.com/topic/248344-need-help/#findComment-1276747 Share on other sites More sharing options...
Adam Posted October 7, 2011 Share Posted October 7, 2011 http://www.phpfreaks.com/forums/index.php?board=8.0 Quote Link to comment https://forums.phpfreaks.com/topic/248344-need-help/#findComment-1276751 Share on other sites More sharing options...
Shaan Bhasin Posted October 11, 2011 Author Share Posted October 11, 2011 @ Buddski : I know that it is beginning from here; What basically it do is ask for the confirmation to save the login details by showing a small dialogue box by confirming "Remember it" or "Never tell me again" If a user press "Remember now" only then it will save the information otherwise it will not; now what i want is it change the code in a manner that it will automatically pre-press the "remember now" button or select it by default without confirming. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/248344-need-help/#findComment-1278311 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.