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

Add log option for username taken event #9329

Open
mtrezza opened this issue Oct 9, 2024 · 6 comments · May be fixed by #9336
Open

Add log option for username taken event #9329

mtrezza opened this issue Oct 9, 2024 · 6 comments · May be fixed by #9336
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented Oct 9, 2024

New Feature / Enhancement Checklist

Current Limitation

Parse Server logs event when trying to sign up with a username that is already taken. This log event cannot be silenced.

Feature / Enhancement Description

Add a new Parse Server option logEvents.usernameAlreadyExists that allows to customize the log level.

Example Use Case

When trying to create a user with a username that is already taken by another user, this error is logged:

{
    "code": 202,
    "stack": "Error: Account already exists for this username.\n at node_modules/parse-server/lib/RestWrite.js:591:13"
}

References

Copy link

parse-github-assistant bot commented Oct 9, 2024

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza changed the title Add log options per error Add log option for username taken event Oct 9, 2024
@mtrezza mtrezza added type:feature New feature or improvement of existing feature bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) labels Oct 9, 2024
@KrishDave1
Copy link

Can I work on this issue?Please assign it to me @mtrezza

@mtrezza
Copy link
Member Author

mtrezza commented Oct 10, 2024

Sure, please go ahead.

@Hriishikeshh
Copy link

hey i would like to work on this assign it to me if suited

@mtrezza
Copy link
Member Author

mtrezza commented Oct 14, 2024

@Hriishikeshh We do not formally assign PRs; just pick it up if you like; there is an ongoing PR with #9336 so you may want to coordinate with the author.

@sanjaraiy
Copy link

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$10 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants