Assuming you already have a Devise model named User
and you want to add following Devise Security Extension to it
- Password Expirable
- Password Archivable
- Session Limitable
then your User
model should look like following:
User model
Assuming you already have a Devise model named User
and you want to add following Devise Security Extension to it
then your User
model should look like following:
User model