Ruby on Rails Wednesday, February 3, 2016

I don't think you need a custom encryptor. Since the database is accessible you can process and migrate all users without changing passwords. I am interested

On 3 Feb 2016 7:52 a.m., "Guayo Mena" <guayo.mena@gmail.com> wrote:
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.

--
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/CAHewxcE8UwvvU8nETeSLnzDBLiJE98RY69S4OtT_C%2B23H_xJHA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment