# File lib/merb-auth-more/mixins/bcrypt_user.rb, line 49
        def authenticated?(password)
          bcrypt_password == password
        end