Ruby on Rails Tuesday, February 2, 2016

I have a Joomla 3.x website on production. I already have a lot of users signed in. 
I would like to re-make the website using rails, but I would need to migrate all users.
I don't want the users to have to change their passwords. 

That's why I need to create a custom encryptor for devise that uses the same encryption method that Joomla 3.x does.

The final objective is to be able to copy all the user passwords from joomla users table to devise users table without any modification. And then, the users will be able to log in to the new rails app with the same password they've always used.

Is anybody interested in this?
Thanks!

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/2217927c-d611-45f5-9b59-70e9e1b94e56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment