Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add _isPasswordHashed parameter to UsersManageraddUser method #208

Closed
wants to merge 3 commits into from

Conversation

mbautista
Copy link

Hello,
I would need this parameter to import users from an existing database into piwik, user password in my database are already hashed.
That would really be nice :)
Thank you.

I'm using Piwik API to migrate an existing users database, so I need to create users with password already hashed. That would be really cool :)
@halfdan
Copy link
Member

halfdan commented Jan 22, 2014

Are you sure that this is working for you? Password hashes use a salt so your passwords will not validate when checked on login.

@robocoder
Copy link
Contributor

-1 since the roadmap has a plan to change the hashing algorithm, and this may complicate migration.

@mattab
Copy link
Member

mattab commented Jan 22, 2014

In that case, maybe you can use direct SQL inserts in the user table....

@mattab mattab closed this Jan 22, 2014
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.

None yet

4 participants