# File lib/devise/models/lockable.rb, line 157
        def lock_strategy_enabled?(strategy)
          self.lock_strategy == strategy
        end