cloudflare / redoctober

Go server for two-man rule style file encryption and decryption.
http://blog.cloudflare.com/red-october-cloudflares-open-source-implementation-of-the-two-man-rule
Other
1.4k stars 142 forks source link

Improve user names in delegation error. #171

Closed kisom closed 8 years ago

kisom commented 8 years ago

When delegating to a group of users, Red October will return the error "User not found" if the user can't be found. This makes it difficult to figure out the user that couldn't be found. This change goes through the list of users and includes all usernames that couldn't be found in the error message.

codecov-io commented 8 years ago

Current coverage is 32.23% (diff: 20.00%)

Merging #171 into master will decrease coverage by 0.01%

@@             master       #171   diff @@
==========================================
  Files            21         21          
  Lines          4329       4331     +2   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1396       1396          
- Misses         2699       2700     +1   
- Partials        234        235     +1   

Powered by Codecov. Last update 4f560db...59eac91

lziest commented 8 years ago

LGTM