Migrating user passwords from Django to Ruby
20-Feb-2020 2051
One of our clients asked us to migrate his existing Django application to Ruby. A part of this process was a migration of an existing users database.Of course we had to find a way to use existing crypto passwords from Django and not asking our users to reset themPasswords in Django are stored as a string that consists of four parts splitted with a dollar sign.
Migrating user passwords from Django to Ruby #ruby #rubydeveloper #rubyonrails #Migrating #passwords #Django https://rubyonrails.ba/link/migrating-user-passwords-from-django-to-ruby