Login generator errors

Okay, I download login generator and I used it on my new app but, it’s
not working correctly. If the user logins on the same session as he
created he will login if it isn’t the same session it fails. What’s
going on?

Mohammad [email protected] writes:

Okay, I download login generator and I used it on my new app but, it’s
not working correctly. If the user logins on the same session as he
created he will login if it isn’t the same session it fails. What’s
going on?

Maybe this can be of help:

http://www.slash7.com/pages/vampires

or this one


Surendra S.
http://ssinghi.kreeti.com, http://www.kreeti.com
Read my blog at: http://cuttingtheredtape.blogspot.com/
,----
| “All animals are equal, but some animals are more equal than others.”
| – Orwell, Animal Farm, 1945
`----

Google must be broken or something…

Nicolai Reuschling wrote:

Google must be broken or something…

?

Maybe this can be of help:

slash7 with Amy Hoy » Blog Archive » Help Vampires: A Spotter’s Guide

or this one

Error

What am I supposed to do with these?

Hey Clay,

Think you might’ve sent that as a reply rather than a new post.
Anyway, please do feel free to sign up to the engine-users list, and a
postgres tester for the login engine would be a grand thing indeed.

Thanks for your offer of help!

  • James

I struggled with this all weekend

Here is what I had to changed init_engine.rb to have

require ‘login_engine/authenticated_user’
require ‘login_engine/authenticated_system’

INSTEAD OF

require ‘authenticated_user’
require ‘authenticated_system’

there was rake migrate issues with postgres

as well the schema in the README is missing a comma after the primary
key {
second line of create table}

BASICALLY I had to make these by hand

{ also issues with the wiki_enigne with postgres tooo too many to
mention…}

Does anyone check the engines against a postgres database?

Some of the columns are missing as well as some defaults etc aren’t set
correctly

Too mysql-centric …for instance in postgres a timestamp cant have false
as
a default it breaks things

IF you want someone to test engines against postgres please contact me
directly

Thanks