I am trying to setup singlesing-on. I have qa website with another script...http://www.questionanswerscript.com/
I want to migrate form the current to Q2A.
Single sing-on is enough for migration or it will just give the access to my current user to log on Q2A?
My user column has following ..
userid: int(10)unsigned
disply name: varchar(15)
password : varchar(255)
email address: varchar(255)
etc.
Now for singlesing-on ,how do i modify the function qa_get_mysql_user_column_type()?
which identifiers i will chose? int unsignned or varchar?
thanks