Re: Password requirement - pop-up box

2010-11-18 Thread AJRS
David E. Ross wrote: On 11/17/10 9:13 AM, AJRS wrote: [] There is a work-around -- 1. Go to your SeaMonkey profile. 2. Open file user.js in a text editor. 3. Insert the following lines: user_pref(signon.startup.prompt, false); // don't ask for master password until

Re: Password requirement - pop-up box

2010-11-18 Thread AJRS
David E. Ross wrote: [] The two methods accomplish the same thing: setting the preference variable signon.startup.prompt to false. In the user.js method, you must find that file. It's in your SeaMonkey profile. If it does not exist, find prefs.js, which must exist in the profile; then,