Hey, 2010/8/12 E L <[email protected]>: > I am working on an application that has the standard style login: > username, password, and login button. When javascript is enabled, the > browser (firefox) does not ask if I would like to 'remember password > for "user" on site 127.0.0.1'. When javascript is disable, the > browser does ask (but the login fails, in the manner pointed out > recently on this list). I'm running 3.1.3, and have a standard > WButton that is connected to the login code: > loginButton->clicked().connect(this, &MyApplication::Login); > > Is there a way to have the browser recognize a login attempt so a > browser can save credentials?
I've looked at this. I have got a prototype working that somewhat works on Firefox, but not (yet?) on IE or Safari. Moreover: - the login box needs to be on the first page - progressive bootstrap needs to be used I have currently put it aside since we are working on a 3.1.4 release today. Still, I wonder if a cookie like Dmitriy suggests is not the best (cross-browser) way to do this ? Regards, koen ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
