0.3.3
- Fixed bug where users with a
"someusername_password_hash"
value defined inmetadata.json
but no corresponding"actor"
record were incorrectly signed in as an actor with"id": "username"
, when they should have been signed in as an actor with"id": "someusername"
. #14