Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rpc-netid-php
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
adi-ia
rpc-netid-php
Commits
64fd412f
Commit
64fd412f
authored
7 years ago
by
Matt Trefilek
Browse files
Options
Downloads
Patches
Plain Diff
Updating documentation
parent
ce3efd3b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Change Reason string to array of reasons
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
src/main/edu/wisc/doit/RpcNetidClient.php
+2
-1
2 additions, 1 deletion
src/main/edu/wisc/doit/RpcNetidClient.php
with
3 additions
and
1 deletion
.gitignore
+
1
−
0
View file @
64fd412f
...
...
@@ -10,6 +10,7 @@
/phpunit.phar
/docs
/modules
/go-pear.phar
/src/main/wsdltophp/prod/RPCNetID/*
/src/main/wsdltophp/prod/RPCNetID/.gitkeep
...
...
This diff is collapsed.
Click to expand it.
src/main/edu/wisc/doit/RpcNetidClient.php
+
2
−
1
View file @
64fd412f
...
...
@@ -73,7 +73,8 @@ interface RpcNetidClient {
/**
* Validates a NetID password meets complexity requirements
*
*
* @param string $uid the user's netid
* @param string $password the password
* @return RpcNetidStructValidationResponse indicates if valid and the reason for invalid
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment