# File lib/chef/webui_user.rb, line 92
    def verify_password(given_password)
      encrypt_password(given_password) == @password
    end