6970717273747576777879
if ( !driver.verifyPassword( active_user, old_password ) ) { return false; } } catch( LoadException ex ) { throw new SaveException( ex ); } driver.changePassword( active_user, new_password ); return true; }