04-17-2017, 02:23 PM
Absolutely. And no problem. Just FYI, when you do decide to migrate, the best thing to do is notice that bcrypt passwords begin with $2y$ so you can have something check to see if their password in the db begins with that and if not, it will just convert it.
I obviously didn't test everything in that patch, but I was able to create, login, logout, and change passwords so it should be pretty close to what you need.
I obviously didn't test everything in that patch, but I was able to create, login, logout, and change passwords so it should be pretty close to what you need.