|
|
|
|
|
gpwFindUser (Function) In french: gpwRechercheUtilisateur Retrieves the characteristics of a user of the User Groupware.
clUser is gpwUser = gpwFindUser(gsEmail)
IF ErrorOccurred THEN
RETURN
END
clUser.Password = EDT_NewPassword
IF gpwModifyUser(clUser) = False THEN
Info("Unable to modify the user.")
RETURN
END
Syntax
<Result> = gpwFindUser(<Identifier>)
<Result>: gpwUser variable Name of the gpwUser variable containing the characteristics of the user. <Identifier>: Character string Username or user's email address. If an email address is specified, the search will be performed in the Email property of the gpwUser variable, otherwise the search will be performed in the Login property of the gpwUser variable.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|