Skip to content

Instantly share code, notes, and snippets.

@tebeka
Created January 6, 2011 20:37
Show Gist options
  • Save tebeka/768528 to your computer and use it in GitHub Desktop.
Save tebeka/768528 to your computer and use it in GitHub Desktop.
user = users.get_current_user()
if not user:
raise HTTPRedirect(users.create_login_url(cherrypy.request.path_info)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment