The following functions are used to customize the management of the user groupware.
| |
gpwActivateUser | Validates the creation of a new user in the database of user groupware by activating the user. |
gpwAddAuthLogin | Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page. |
gpwAddUser | Adds a user into the database of user groupware. |
gpwAddUserToGroup | Adds a user to a group. |
gpwAuthLogin | Allows you to connect to the User Groupware using authentication with an account such as Facebook, Google, Microsoft, etc. |
gpwBiometricAuthentication | Enables biometric authentication for the connected user or retrieves the current status of the connected user. |
gpwCheckPassword | Checks a password (encrypted or not). |
gpwCheckUser | Checks the existence and validity of the password for a user of the user groupware. |
gpwConnectUser | Connects a user to the user groupware. |
gpwDefault | Returns the value that corresponds to "DEFAULT" according to the framework being used. |
gpwDisconnectUser | Disconnects the current user from the user groupware |
gpwEncryptedPasswords | Used to find out whether the passwords of the user groupware are encrypted. |
gpwEncryptPassword | Returns the encrypted password. |
gpwEnumControl | Enumerates the controls found in a window or page. |
gpwFindUser | Retrieves the characteristics of a user of the user groupware. |
gpwForgottenPassword | Runs an action to retrieve or change the password of a user. |
gpwGetFileInfo | Retrieves the directory of the data files found in the user groupware. |
gpwGetLDAPInfo | Retrieves the configuration of the LDAP server used for the user groupware. |
gpwGetRights | Used to get the rights granted to a control, a window, a page or a report. |
gpwGetUserInfo | Retrieves information about the current user (application that is using the user groupware). |
gpwImportLDAPUsers | Imports the users stored in a LDAP directory into the user file of user groupware. |
gpwInitAnalysis | Initialize the analysis of user groupware. |
gpwInLDAPMode | Allows you to find out whether identification of users in the user groupware will be done via a LDAP directory. |
gpwLogin | Connects a user to an application that is using the user groupware. |
gpwMode | Returns the runtime mode of the user groupware. |
gpwModifyUser | Modifies a user in the database of user groupware. |
gpwNone | Returns the value of the word "NONE" according to the framework being used. |
gpwOpen | Opens the login window or page of user groupware. |
gpwOpenConfiguration | Opens the window or page for configuring the user groupware. |
gpwOpenConnection | Opens a connection to a specific Client/Server database to manage the files of user groupware in Client/Server mode. |
gpwOpenLDAPSession | Informs the user groupware that the authentication of users will be done via an LDAP directory. |
gpwOpenSite | Allows you to start the site when using the user groupware. |
gpwRegisteredUsers | Returns the value that corresponds to "Registered users" according to the framework being used. |
gpwSupervisor | Returns the username of the "Supervisor" account according to the framework being used. |
gpwVisitor | Returns the value that corresponds to the word "Visitor" according to the framework used. |