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.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Raoul Snyman eaf9e8d6c7 Bump version number 4 months ago
appinfo Bump version number 4 months ago
css Create a Nextcloud app to send a user to an external URL to change their password 10 months ago
img Fix billing section 4 months ago
js Create a Nextcloud app to send a user to an external URL to change their password 10 months ago
lib Fix billing section 4 months ago
templates Fix billing section 4 months ago
tests Create a Nextcloud app to send a user to an external URL to change their password 10 months ago
.gitignore Add signing to Makefile, ignore build and dist directories 10 months ago
CHANGELOG.md Make last changes for version 1.0.0 10 months ago
COPYING Import generated app from Nextcloud Store 11 months ago
Makefile Bump version number 4 months ago
README.md Make last changes for version 1.0.0 10 months ago

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.