# File lib/kafo_wizards/entries/password.rb, line 5
    def initialize(name, options={})
      super(name, options)
      @confirmation_required = !!options.fetch(:confirmation_required, false)
    end