User Report option
- Last Updated: May 16, 2025
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
User Report option
Choose to display the list of users who have permission to use the working database. This information is stored in the _User table. The following figure shows an example of a User Report window.

The following table lists the descriptions of all the fields included in the report:
| Field | Description |
|---|---|
| User ID | Specifies a unique identifier assigned to each user. |
| Domain | Specifies the name of an OpenEdge security domain that is defined and configured in the database. |
| User Name | Specifies the full name of the user. |
| Pwd? | Specifies whether the user has a password set (yes or no). |
| SQL only |
Specifies whether the user’s access to a database is restricted only through SQL (yes or no). |
| New Pwd? | Specifies whether the password is generated using the
GENERATE-PASSWORD-HASH function, which supports password hash
generation using algorithms that are approved by the National Institute of
Standards and Technology (NIST). (yes or
no).Note: If the value in this
field is no, it signifies that the passwords have been
encoded using the ENCODE() function.For more information, see GENERATE-PASSWORD-HASH function . |
Choose Print to print the report or save it on a file. If you want to save the report to a file, specify the file name and whether to append the report to an existing file.