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

Fix channel API for when the appscale secret changes. #859

Merged
merged 4 commits into from
Jan 22, 2014

Conversation

nlake44
Copy link
Contributor

@nlake44 nlake44 commented Jan 10, 2014

No description provided.

uac.commit_new_user(xmpp_user, xmpp_pass, "app")
result = uac.commit_new_user(xmpp_user, xmpp_pass, "app")
Djinn.log_debug("User creation returned: #{result}")
if result.include? 'Error: user already exists'
Copy link
Contributor

Choose a reason for hiding this comment

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

To be consistent with code elsewhere, this should be if result.include?("Error: user already exists")

DrOctogon pushed a commit that referenced this pull request Jan 22, 2014
Fix channel API for when the appscale secret changes.
@DrOctogon DrOctogon merged commit 553892c into AppScale:master Jan 22, 2014
nlake44 pushed a commit to nlake44/appscale that referenced this pull request Jan 23, 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.

3 participants