Last active
January 17, 2018 05:48
-
-
Save abakum/2ecae1e005cc12de9dbbf6708b134cd5 to your computer and use it in GitHub Desktop.
reset password of installer after install app nextcloud in syncloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DATA_DIR=/opt/data/nextcloud /opt/app/nextcloud/bin/occ-runner user:list | |
DATA_DIR=/opt/data/nextcloud /opt/app/nextcloud/bin/occ-runner user:resetpassword installer | |
DATA_DIR=/opt/data/nextcloud /opt/app/nextcloud/bin/occ-runner user:info installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enter a new password:
Confirm the new password:
Successfully reset password for installer