https://github.com/wouterd/hippo-orphan-user-group-relation-runner
Hippo CMS 7 runner that removes user-references in groups to users that don't exist anymore.
https://github.com/wouterd/hippo-orphan-user-group-relation-runner
Last synced: 12 months ago
JSON representation
Hippo CMS 7 runner that removes user-references in groups to users that don't exist anymore.
- Host: GitHub
- URL: https://github.com/wouterd/hippo-orphan-user-group-relation-runner
- Owner: wouterd
- Created: 2012-09-18T19:44:04.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-18T21:01:51.000Z (almost 14 years ago)
- Last Synced: 2024-04-24T06:26:03.164Z (about 2 years ago)
- Language: Java
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hippo-orphan-user-group-relation-runner
=======================================
Hippo CMS 7 runner that removes user-references in groups to users that don't exist anymore.
HOWTO: Use this runner
- Either build the runner from source or download a binary distribution
- Go to the folder where you extracted or built the runner files
- Edit the file "runner.properties":
- enter the right url, useername and password for the repository connection
- set the property "plugins.java.orphan-deleter.commit" to the prefered value. "false" means the logger will only
log it's findings but won't make any changes. "true" means that the logger will delete group memberships for users
that no longer exist.
HOWTO: Build from source
- run "mvn clean package appassembler:assemble"
- The runner package will be waiting for you under target/jcr-runner