Skip to content

Conversation

@t8y8
Copy link
Collaborator

@t8y8 t8y8 commented Oct 25, 2016

We were checking against the password parameter that wasn't accessible via the update endpoint.

This plumbs password through and optionally serializes if if it's present in the update request.

I removed all traces of password from the user model to remove any temptation to store a long lived plain text password there.

Manual Test Screenshot Proof

The new signature would be:

user = TSC.UserItem(name='mikepope', site_role='Publisher')
server.users.update(user, password='secret')

/cc @RussTheAerialist @mpope-tableau

@graysonarts graysonarts changed the title Fix Issue #73: Plump Password to Update User Fix Issue #73: Plumb Password to Update User Oct 25, 2016
Copy link
Contributor

@graysonarts graysonarts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@t8y8
Copy link
Collaborator Author

t8y8 commented Oct 25, 2016

@mpope-tableau totally tested this locally too.

@t8y8 t8y8 merged commit 5ac17ec into tableau:development Oct 25, 2016
@t8y8 t8y8 deleted the 73-users-password branch October 25, 2016 22:25
bryceglarsen pushed a commit to bryceglarsen/server-client-python that referenced this pull request Dec 28, 2023
* Prepping for 0.3 release

* Cleanup samples (tableau#74)
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.

2 participants