getPasswordGoAhead WebServer APIGoAhead EMF

Synopsis

Get the password.

Prototype

Char_t* GetPassword(char_t * user)  

Parameters

User - User ID

Description

Persisted password is decrypted before being returned by the function.

Return Value

NULL if error Password on success.

Example

Char_t * pwd = GetPassword("misterripley");  

See Also:

addUser