Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Fixing auto-attach scope, and making sensitivity configurable #14

Merged
merged 2 commits into from
Feb 1, 2016

Commits on Feb 1, 2016

  1. Fixing auto_attach to apply to non-activation-key registrations

    auto_attach was enabled for both activation key and user/pass
    registration when it only applies to user/pass. Including it
    when using activation keys would cause an error.
    
    Additionally refactored #register_command a bit to appease
    rubocop 0.35 and 0.36.
    Adam Leff committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    43fcca3 View commit details
    Browse the repository at this point in the history
  2. Allowing the sensitive attribute of the register execute resource to …

    …be configurable
    Adam Leff committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    a1de6b8 View commit details
    Browse the repository at this point in the history