# File lib/merb-auth-more/mixins/salted_user.rb, line 55
        def authenticated?(password)
          crypted_password == encrypt(password)
        end