Skip to content
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

fix: password validation bug for pt-BR version #18273

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

retrogtx
Copy link
Contributor

@retrogtx retrogtx commented Dec 19, 2024

The password validation in the Portuguese version allows a minimum of 8 characters, despite the standard being 7 characters.

What does this PR do?

Translated previous statement in common.json to Mínimo de sete caracteres <= Minimum seven characters. It now works as expected.

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
  • I confirm automated tests are in place that prove my fix is effective or that my feature works.

Copy link

vercel bot commented Dec 19, 2024

@retrogtx is attempting to deploy a commit to the cal Team on Vercel.

A member of the Team first needs to authorize it.

@graphite-app graphite-app bot added the community Created by Linear-GitHub Sync label Dec 19, 2024
@graphite-app graphite-app bot requested a review from a team December 19, 2024 10:57
@github-actions github-actions bot added authentication area: authentication, auth, google sign in, password, SAML, password reset, can't log in 🐛 bug Something isn't working labels Dec 19, 2024
Copy link

graphite-app bot commented Dec 19, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (12/19/24)

1 reviewer was added to this PR based on Keith Williams's automation.

"Add community label" took an action on this PR • (12/19/24)

1 label was added to this PR based on Keith Williams's automation.

"Add ready-for-e2e label" took an action on this PR • (12/19/24)

1 label was added to this PR based on Keith Williams's automation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
authentication area: authentication, auth, google sign in, password, SAML, password reset, can't log in 🐛 bug Something isn't working community Created by Linear-GitHub Sync ready-for-e2e
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Password validation allows 7 characters, but the minimum requirement is 8 characters
2 participants