Open the menu
    ```html

    User Manager : Edit

    Allows editing the properties of global and local users that are already registered. One must be selected at a time.

    Features

    • It is an administration interface

    Screens

    Edit
    • Profile Picture (string) : user's image.
    • First Name (string, required field, max length: 100) : first name.
    • Middle Name (string, max length: 100) : last name or middle name.
    • Last Name (string, max length: 100) : user's last name
      Ex.: John Matias da Silva – the first name is John, the middle name is Matias, and the last name is da Silva.
    • Email (string, max length: 255) : user's email address.
    • Login (string, required field, max length: 100) : login or username.
    • Password (string, max length: 255) : password for authentication.
    • Password Confirmation (string)
    • Advanced
      • Disabled (integer, required field) : allows enabling and disabling the user's access to the portal.
      • Multi-session (integer, required field) : allows enabling and disabling the user's permission to open multiple sessions at the same time.

    Permissions

    • Edit Service Instance Content: Allows managing all the data of this service instance with publisher profile.

    Actions

    • Update User : Updates the information of the selected user with the new filled information.
    ```