Skip to content

feat: add minimum password entropy requirements #6090

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix E2E tests
  • Loading branch information
kylecarbs committed Feb 7, 2023
commit 6a84f1121b6f80061f8b25ef3c8dc77182fd9d8d
2 changes: 1 addition & 1 deletion site/e2e/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export const defaultPort = 3000

// Credentials for the first user
export const username = "admin"
export const password = "password"
export const password = "SomeSecurePassword!"
export const email = "admin@coder.com"