add add_member call in authority member pallet symmetrical to remove_member
allow smith identities to change identity owner key
make change_owner_key function of authority members pallet available as a call
remove validate_identity call from identity pallet which is redundant with claim_membership of membership pallet
This would simplify a lot the protocol and remove potential bugs like the one targeted in #155 (closed) while keeping a good separation of concerns and make the event history easier to manage for the indexers.