Actions
Bug #6172
closedsubscfription-manager register w/ activation key fails because hidden user does not have org permissions
Description
```
$ sudo subscription-manager register --org megacorp --activationkey="Satellite-6 Demo"
User 'hidden-13v0eu' does not belong to Organization 'megacorp'.
```
```
[ERROR 2014-06-11 15:21:07 cp_proxy] Katello::HttpErrors::NotFound: User 'hidden-13v0eu' does not belong to Organization 'megacorp'.
| /home/thomasmckay/code/katello/app/controllers/katello/api/v1/candlepin_proxies_controller.rb:304:in `find_organization'
| /home/thomasmckay/code/katello/app/controllers/katello/api/v1/candlepin_proxies_controller.rb:311:in `find_activation_keys'
| /home/thomasmckay/code/katello/app/controllers/katello/api/v1/candlepin_proxies_controller.rb:224:in `consumer_activate'
```
Actions