Skip to content
Snippets Groups Projects

Updating to new phpunit version and added uid argument for passwordChoicePolicyCheck

Merged Matt Trefilek requested to merge TREFILEK/rpc-netid-php:master into master
7 files
+ 18
13
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -77,7 +77,7 @@ interface RpcNetidClient {
* @param string $password the password
* @return RpcNetidStructValidationResponse indicates if valid and the reason for invalid
*/
function passwordChoicePolicyCheck( $password );
function passwordChoicePolicyCheck( $uid, $password );
/**
* Verifies the identity of a UW-Madison user using his or her NetID, date of birth,
Loading