Stefania Belloni wrote:

> I've installed midgard 1.4 and I call the function
> mgd_auth_midgard( $user, $password, 1).
> 
> Then I read the MidgardLogin cookie and I get a value like this: 
> c3RlZmFuaWE6dmlyaWRpYW5h.
> 
> but the manual says that the function sets the cookie with the username and 
> password in plain text. How can I get the username and password?

It's base64 encoded. Decode it using base64_decode, and it becomes legible.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to