Houdini / two_factor_authentication

Two factor authentication extension for Devise
MIT License
400 stars 270 forks source link

support for Mongoid 5 #71

Open sahilchopra opened 8 years ago

sahilchopra commented 8 years ago

Logs

rails g two_factor_authentication User --trace insert app/models/user.rb error mongoid [not found]

Houdini commented 8 years ago

yep, mongoid is not supported, sorry.

aakanksha0402 commented 6 years ago

Is there any update for mongoid support yet? I'm in a similar situation. I tried mimicking the migration files and added the fields to the model instead. Though, after this, I'm coming across #144 . Any luck with it?

Houdini commented 6 years ago

Community help here is welcome

cesarizu commented 6 years ago

I created a PR that fixes this issue at Houdini/two_factor_authentication#153. Please take a look at it and let me know what you think.