Skip to content

Instantly share code, notes, and snippets.

@abakum
Last active January 17, 2018 05:48
Show Gist options
  • Save abakum/2ecae1e005cc12de9dbbf6708b134cd5 to your computer and use it in GitHub Desktop.
Save abakum/2ecae1e005cc12de9dbbf6708b134cd5 to your computer and use it in GitHub Desktop.
reset password of installer after install app nextcloud in syncloud
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
@abakum
Copy link
Author

abakum commented Jan 17, 2018

  • installer: installer

Enter a new password:
Confirm the new password:
Successfully reset password for installer

  • user_id: installer
  • display_name: installer
  • email:
  • cloud_id: installer@localhost
  • enabled: true
  • groups:
    • admin
  • quota: none
  • last_seen: 2018-01-16T14:49:01+00:00
  • user_directory: /data/nextcloud/installer
  • backend: Database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment