Skip to content

Instantly share code, notes, and snippets.

@townie
Created December 22, 2015 17:39
Show Gist options
  • Save townie/eb5a895325a1ab098777 to your computer and use it in GitHub Desktop.
Save townie/eb5a895325a1ab098777 to your computer and use it in GitHub Desktop.
# This is designed to be a dummy email that will satisfy our SSO's requirement
# for an email, yet still be canonical to the Datto partner
def self.convert_username_to_email(username)
"#{username}@datto.zzz"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment