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

Two factor authentication #206

Merged
merged 4 commits into from
Jan 6, 2016
Merged

Two factor authentication #206

merged 4 commits into from
Jan 6, 2016

Conversation

dsadgat-r7
Copy link
Contributor

Add two factor authentication to the ruby gem.

@@ -119,6 +120,7 @@ def to_xml
xml << %Q{ fullname="#{replace_entities(@full_name)}"}
xml << %Q{ role-name="#{replace_entities(@role_name)}"}
xml << %Q{ password="#{replace_entities(@password)}"} if @password
xml << %Q{ token="#{replace_entities(@token)}"} if @token

Choose a reason for hiding this comment

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

Use % instead of %Q.

Updated the user.rb to include the token into the new user call.
@sgreen-r7
Copy link
Contributor

ᕦ(ò_óˇ)ᕤ

sgreen-r7 added a commit that referenced this pull request Jan 6, 2016
@sgreen-r7 sgreen-r7 merged commit be9d2c5 into master Jan 6, 2016
@erran-r7 erran-r7 deleted the TwoFactorAuthentication branch January 7, 2016 13:59
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.

3 participants