jackrabbit
jackrabbit copied to clipboard
Allow creation of users with existing password hashes
We utilize the UserManager API within Grabbit for syncing authorizable nodes between servers.
Unfortunately, when it comes to syncing users, and specifically setting passwords from existing users; we have no public API facing way to create users with existing password hashes. We currently have to resort to using reflection, grabbing internal tree objects, and a bunch of nastiness that we would love to avoid with this change.
Let me know what you think :-)
@anchela @jukka @reschke
I have no opinion.
Procedure-wise I would recommend to open a JIRA ticket (github is just a mirror for Jackrabbit). See https://issues.apache.org/jira/browse/JCR/
Great @reschke! Thanks for the pointer. I created an issue here https://issues.apache.org/jira/browse/JCR-4050