Skip to content

Allow creation of users with existing password hashes#45

Open
jbornemann wants to merge 7649 commits intoapache:trunkfrom
jbornemann:user-force-hash-option
Open

Allow creation of users with existing password hashes#45
jbornemann wants to merge 7649 commits intoapache:trunkfrom
jbornemann:user-force-hash-option

Conversation

@jbornemann
Copy link
Copy Markdown

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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.