search for: open_id_authentication_associ

Displaying 2 results from an estimated 2 matches for "open_id_authentication_associ".

2011 Mar 11
2
Problem with Redmine
...or if that will break the application. When doing a db migrate to an Oracle db this creates the error below. I''m so close, but now when I do: RAILS_ENV=production rake db:migrate --trace I get: AddOpenIdAuthenticationTables: migrating ================================ -- create_table(:open_id_authentication_associations, {:force=>true}) rake aborted! An error has occurred, all later migrations canceled: OCIError: ORA-00972: identifier is too long: CREATE TABLE "OPEN_ID_AUTHENTICATION_ASSOCIATIONS" ("ID" NUMBER NOT NULL PRIMARY KEY, "ISSUED" NUMBER, "LIFETIME" NUMBE...
2011 Aug 22
0
Authlogic and Authlogic-OID Question
Hello,I was wondering if anyone was using these and if so, hopefully you could explain something to me. When User::create is called when using an open_id, User::create gets called twice and the second call clears out the session. The first call to User::create deletes a row from open_id_authentication_associations and then inserts a new row into the same table. It then sets up the request to myopenid.com and fires it off. The second call to User::create receives the result fro myopenid.com and has a new empty session (all my original values gone) Does anyone know how I can preserve my session during...