Update README, correcting name and linking to user_external app
This commit is contained in:
parent
b405bc314c
commit
e395edc60d
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# External Password
|
# 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/**
|
Place this app in **nextcloud/apps/**
|
||||||
|
|
||||||
|
|
|
@ -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.",
|
"description": "An app for Nextcloud to allow an administrator to direct a user to an external site for changing their password.",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "AGPL",
|
"license": "AGPL",
|
||||||
|
|
Loading…
Reference in a new issue