jackrabbit icon indicating copy to clipboard operation
jackrabbit copied to clipboard

Allow creation of users with existing password hashes

Open jbornemann opened this issue 9 years ago • 3 comments
trafficstars

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 :-)

jbornemann avatar Oct 12 '16 01:10 jbornemann

@anchela @jukka @reschke

jbornemann avatar Oct 12 '16 01:10 jbornemann

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/

reschke avatar Oct 28 '16 10:10 reschke

Great @reschke! Thanks for the pointer. I created an issue here https://issues.apache.org/jira/browse/JCR-4050

jbornemann avatar Oct 31 '16 03:10 jbornemann