Skip to content

Instantly share code, notes, and snippets.

@mretzak
Created April 2, 2013 18:35
Show Gist options
  • Save mretzak/5294899 to your computer and use it in GitHub Desktop.
Save mretzak/5294899 to your computer and use it in GitHub Desktop.
Server log when attempting to login
Started POST "/logon" for 127.0.0.1 at 2013-04-02 14:34:55 -0400
Processing by LogonController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"RhpMFtuSrMrV6ZTYi24w2xHX65qa+NzDLKZZuD1k9lw=", "email"=>"fmorton@base2inc.com", "password"=>"[FILTERED]", "commit"=>"Logon"}
ContextOrganization Load (0.7ms) SELECT "context_organizations".* FROM "context_organizations" WHERE ((server_names like '%localhost%')) LIMIT 1
Person Load (198.6ms) SELECT "people".* FROM "people" INNER JOIN "context_organizations" ON "context_organizations"."id" = "people"."context_organization_id" WHERE (((email like 'fmorton@base2inc.com@%') or (email='fmorton@base2inc.com'))) AND (((length(password_hash)>'0') or (password_hash is not null))) AND (((length(password_salt)>'0') or (password_salt is not null))) AND (((context_organization_id is not null) and (context_organization_id>0))) ORDER BY context_organizations.name
Redirected to http://localhost:3000/logon
Completed 302 Found in 205ms (ActiveRecord: 199.3ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment