Open the menu
    ```html

    User Manager: Edit

    Features

    • It is an administration interface

    Screens

    Edit
    • Basic Information
      • Profile Image (short text (string)) : User image
      • First Name (short text (string), required field, maximum length: 100) : first name
      • Middle Name (short text (string), maximum length: 100) : surname or middle name
      • Last Name (short text (string), maximum length: 100) : user's last name
      • Email (short text (string), maximum length: 255) : user's email address
      • Login (short text (string), required field, maximum length: 100) : login or username
      • Password (short text (string), maximum length: 255) : authentication password
      • Confirm Password (short text (string)) : re-enter password
    • Advanced
      • Disabled (integer) : allows enabling and disabling user access to the portal
      • Multi-Session (integer) : allows enabling and disabling the user's permission to open multiple sessions at the same time

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it entirely.

    Actions

    • commit
    ```