Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b891a8e67cc5021e1e62425a8b9f25b938a3e1ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0"?>
<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.]]></description>

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

    <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="25" max-version="25" />
    </dependencies>

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