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 user_external.
Go to file
Raoul Snyman eaf9e8d6c7 Bump version number 2022-11-12 20:55:59 -07:00
appinfo Bump version number 2022-11-12 20:55:59 -07:00
css Create a Nextcloud app to send a user to an external URL to change their password 2022-05-16 23:04:44 -07:00
img Fix billing section 2022-11-12 20:02:43 -07:00
js Create a Nextcloud app to send a user to an external URL to change their password 2022-05-16 23:04:44 -07:00
lib Fix billing section 2022-11-12 20:02:43 -07:00
templates Fix billing section 2022-11-12 20:02:43 -07:00
tests Create a Nextcloud app to send a user to an external URL to change their password 2022-05-16 23:04:44 -07:00
.gitignore Add signing to Makefile, ignore build and dist directories 2022-06-01 18:17:44 -07:00
CHANGELOG.md Make last changes for version 1.0.0 2022-06-01 22:05:51 -07:00
COPYING Import generated app from Nextcloud Store 2022-05-08 21:56:29 -07:00
Makefile Bump version number 2022-11-12 20:55:59 -07:00
README.md Make last changes for version 1.0.0 2022-06-01 22:05:51 -07:00

README.md

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 User Authentication.

Place this app in nextcloud/apps/

Building the app

The app can be built by using the provided Makefile by running:

make

This requires the following things to be present:

  • make
  • docker: for signing the app
  • tar: for building the archive

Publish to App Store

First get an account for the App Store then run:

make && make appstore

The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.