<?xml version="1.0"?>
<!--
  - SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
  - SPDX-FileCopyrightText: 2015 ownCloud, Inc.
  - SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
    <id>impersonate</id>
    <name>Impersonate</name>
    <summary>Impersonate other users</summary>
    <description><![CDATA[By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.

To impersonate a user an administrator has to simply follow the following four steps:

1. Login as administrator to Nextcloud.
2. Open users administration interface.
3. Select the impersonate button on the affected user.
4. Confirm the impersonation.

The administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.

**Note:**

- This app is not compatible with instances that have encryption enabled.
- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.
- Impersonating a user is only possible after their first login.
- You can limit which users/groups can use impersonation in Administration settings > Additional settings.]]></description>

    <version>4.0.0</version>
    <licence>agpl</licence>
    <author>Nextcloud</author>
    <namespace>Impersonate</namespace>

    <types>
      <prevent_group_restriction />
    </types>

    <category>tools</category>
    <website>https://github.com/nextcloud/impersonate</website>
    <bugs>https://github.com/nextcloud/impersonate/issues</bugs>
    <repository>https://github.com/nextcloud/impersonate.git</repository>

    <screenshot>https://raw.githubusercontent.com/nextcloud/impersonate/master/screenshots/1.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/nextcloud/impersonate/master/screenshots/2.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/nextcloud/impersonate/master/screenshots/3.png</screenshot>

    <dependencies>
		<nextcloud min-version="33" max-version="33" />
    </dependencies>

    <settings>
        <admin>OCA\Impersonate\AdminSettings</admin>
    </settings>
</info>
