Skip to content

Add log option for username taken event #9329

Open
@mtrezza

Description

@mtrezza
Member

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

Activity

parse-github-assistant

parse-github-assistant commented on Oct 9, 2024

@parse-github-assistant

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!
changed the title [-]Add log options per error[/-] [+]Add log option for username taken event[/+] on Oct 9, 2024
added
type:featureNew feature or improvement of existing feature
bounty:$10Bounty applies for fixing this issue (Parse Bounty Program)
on Oct 9, 2024
KrishDave1

KrishDave1 commented on Oct 10, 2024

@KrishDave1

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

mtrezza

mtrezza commented on Oct 10, 2024

@mtrezza
MemberAuthor

Sure, please go ahead.

Hriishikeshh

Hriishikeshh commented on Oct 13, 2024

@Hriishikeshh

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

mtrezza

mtrezza commented on Oct 14, 2024

@mtrezza
MemberAuthor

@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

sanjaraiy commented on Oct 15, 2024

@sanjaraiy

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bounty:$10Bounty applies for fixing this issue (Parse Bounty Program)type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @mtrezza@sanjaraiy@KrishDave1@Hriishikeshh

      Issue actions

        Add log option for username taken event · Issue #9329 · parse-community/parse-server