diff --git a/README.md b/README.md index 4e170ef..c0bacd0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # External Password -An app for Nextcloud to allow an administrator to direct a user to an external site for changing their password. This is useful in conjunction with an app like external_users. +An app for Nextcloud to allow an administrator to direct a user to an external site for changing their password. This is useful in conjunction with an app like [External User Authentication](https://apps.nextcloud.com/apps/user_external). Place this app in **nextcloud/apps/** diff --git a/composer.json b/composer.json index a55ead9..17329d5 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "External Password", + "name": "raoul/externalpassword", "description": "An app for Nextcloud to allow an administrator to direct a user to an external site for changing their password.", "type": "project", "license": "AGPL",