Dolphin IS NOT remembering passwords

Even though "remember me" is checked, you still have to login every time you open your browser, how can this be fixed? It hasn't worked on ANY version I've had, I'm now running 7.0.4.  I found a post about it here in the forums, but no solution was given.

Quote · 18 Jan 2011

check your browser settings.

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 18 Jan 2011

Have not tested this, but you can try whats posted here.

http://www.boonex.com/unity/forums/#topic/D7-0-4-Remember-Me-issue-.htm

https://www.deanbassett.com
Quote · 18 Jan 2011

The topic mentioned by Deano92964 'should' solve your issue.  The original code fails because the function defaults the $bRememberMe to false whenever the function is called.

 

In the case of my patch, it checks to see if the form post variable is set and if so, changes the $bRememberMe to true thereby allowing the rest of the boonex login function to react properly and create the cookie.

 

I am currently running it on my site and my members say it works -- tested on Windows2003 Server R2/IIS6 and it works -- can't speak for linux, but there is no real reason it shouldn't -- it's a generic php hack :)

 

Let me know if it works for you -- maybe I can get it submitted to Trac for next version for everyone.

Quote · 20 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.