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
Merge requests
!3
Change Reason string to array of reasons
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Change Reason string to array of reasons
TREFILEK/rpc-netid-php:master
into
master
Overview
1
Commits
3
Pipelines
0
Changes
5
Merged
Matt Trefilek
requested to merge
TREFILEK/rpc-netid-php:master
into
master
7 years ago
Overview
1
Commits
3
Pipelines
0
Changes
5
Expand
Notify
@bjsousa
1
0
Merge request reports
Compare
master
version 1
70886146
7 years ago
master (base)
and
latest version
latest version
8793b20b
3 commits,
7 years ago
version 1
70886146
2 commits,
7 years ago
5 files
+
8
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
src/main/edu/wisc/doit/RpcNetidClient.php
+
2
−
1
Options
@@ -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
*/
Loading