Hi,
We're arranging a single sign on solution, and we're looking to debug what happens in certain conditions.
For example there is a difference in your described method:
http://mydbr.com/doc/content/prefs.sso.html
At first it says: sha1( user + name + groups + email + admin + token + secret )
Then in the code sample it shows:
sha1( $user . $name . $groups . $token . MYDBR_SECRECT );
Is there a login attempts log we could review?
Cheers
Rick