Given lookup field and the lookup value, validate that - the entity exists - the status is operational - the password credential supplied is matching
Returns true if the 'password' stored in the params hash matches that of the current record, false for failed match or throws an exception otherwise.
Exceptions classes thrown are dberr on database error or data.missing for a missing Subscriber ID.