Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
gaepdit
/
geco
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Change password requirements
- #566
#566
Open
patdnr
wants to merge 19 commits into
main
gaepdit/geco:main
from
password-requirement
gaepdit/geco:password-requirement
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Open
Change password requirements
#566
patdnr
wants to merge 19 commits into
main
gaepdit/geco:main
from
password-requirement
gaepdit/geco:password-requirement
Copy head branch name to clipboard
Commits
Commits on Nov 9, 2022
remove RegexValidator and add initial layout of password checker
patdnr
committed
1065321
View commit details
Copy full SHA for 1065321
Browse repository at this point
Prohibit the password from containing the URL, app name, & user email or segments thereof
patdnr
committed
5694949
View commit details
Copy full SHA for 5694949
Browse repository at this point
add code to call HIBP's APIs against the input password
patdnr
committed
2531813
View commit details
Copy full SHA for 2531813
Browse repository at this point
Commits on Nov 11, 2022
change the configBuilder to allow calling outside API
patdnr
committed
dbc145d
View commit details
Copy full SHA for dbc145d
Browse repository at this point
change the HIBP check to async/await
patdnr
committed
2815c98
View commit details
Copy full SHA for 2815c98
Browse repository at this point
Commits on Nov 12, 2022
got the CustomValidator working
patdnr
committed
b4e0af5
View commit details
Copy full SHA for b4e0af5
Browse repository at this point
add ValidationGroup to all validators
patdnr
committed
cccb14a
View commit details
Copy full SHA for cccb14a
Browse repository at this point
got all of the logic working correctlygit add .git add .
patdnr
committed
03f36ec
View commit details
Copy full SHA for 03f36ec
Browse repository at this point
change the color of the error message to red
patdnr
committed
514771a
View commit details
Copy full SHA for 514771a
Browse repository at this point
Commits on Nov 13, 2022
fix a bug where user can just click submit disregarding the validator
patdnr
committed
93e65e1
View commit details
Copy full SHA for 93e65e1
Browse repository at this point
fix RequiredValidator and CustomValidator appear at the same time
patdnr
committed
aa0b27d
View commit details
Copy full SHA for aa0b27d
Browse repository at this point
add back the else if statement
patdnr
committed
6efb93d
View commit details
Copy full SHA for 6efb93d
Browse repository at this point
change the registration checker back to before
patdnr
committed
bd3d2b8
View commit details
Copy full SHA for bd3d2b8
Browse repository at this point
Commits on Nov 28, 2022
fix the logic of checkPasswordValid function
patdnr
committed
461de0a
View commit details
Copy full SHA for 461de0a
Browse repository at this point
add RegularExpressionValidator
patdnr
committed
eb387b3
View commit details
Copy full SHA for eb387b3
Browse repository at this point
Commits on Dec 2, 2022
convert password pattern javascript to vbnet
patdnr
committed
8bb87d8
View commit details
Copy full SHA for 8bb87d8
Browse repository at this point
add server validation
patdnr
committed
6a68175
View commit details
Copy full SHA for 6a68175
Browse repository at this point
Commits on Dec 4, 2022
add initial changes to Account/Password tab
patdnr
committed
b0e0b0e
View commit details
Copy full SHA for b0e0b0e
Browse repository at this point
make some small changes to fit the requirements
patdnr
committed
ef34e36
View commit details
Copy full SHA for ef34e36
Browse repository at this point
You can’t perform that action at this time.