I was wondering if anyone is familiar with restful_authentication
plugin.
I have an app which uses restful_authentication and I am creating a
new app which will exist at a seperate url. However, I would like
users who have registered on app1 to be able to log into app2 without
having to register again.
For new members I am going to use establish_connection to save the
user to 2 databases.
But for existing members I have tried importing the existing columns
from the user database in app1 (encrypted_password, salt etc.) to the
user database in app2 which has the same columns, but the log in does
not work.