Created
April 2, 2013 18:35
-
-
Save mretzak/5294899 to your computer and use it in GitHub Desktop.
Server log when attempting to login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"=>"[email protected]", "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 '[email protected]@%') or (email='[email protected]'))) 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