|
|
|
|
gpwConnectUser (Function) In french: gpwConnecteUtilisateur Connects a user to the User Groupware. Syntax
Connect a user to the User Groupware Hide the details
<Result> = gpwConnectUser(<Login> , <Password>)
<Result>: Integer constant Result of the connection: | | gpwError | An error occurred. To get more details on the error, use ErrorInfo. | gpwInvalidPassword | The user password is unknown. | gpwOK | The user was connected. | gpwUnknownUser | The user is unknown: it is not found in the database of user groupware. |
<Login>: Character string Username. <Password>: Character string Password associated with the user login.
Connect an identified user to the User Groupware via an email address Hide the details
<Result> = gpwConnectUser(<User's email address>)
<Result>: Integer constant Result of the connection: | | gpwError | An error occurred. To get more details on the error, use ErrorInfo. | gpwInvalidPassword | The user password is unknown. | gpwOK | The user was connected. | gpwUnknownUser | The user is unknown: it is not found in the database of user groupware. |
<User's email address>: Character string User email retrieved in an OpenID authentication (Email property of the OpenIDIdentity variable). Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|