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: adjust name check for tenant and technical user #113

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Conversation

Phil91
Copy link
Collaborator

@Phil91 Phil91 commented Oct 11, 2024

Description

replace all characters that are not alphabetical or numeric for technical users and tenants

Why

The wallet creation fails when trying to create a wallet with a name longer than 32 characters and any other characters other than alphabetical or numeric

Issue

Refs: #112

Checklist

  • I have performed a self-review of my own code
  • I have successfully tested my changes locally
  • I have added tests that prove my changes work
  • I have checked that new and existing tests pass locally with my changes
  • I have commented my code, particularly in hard-to-understand areas
  • I have added copyright and license headers, footers (for .md files) or files (for images)

* replace all characters that are not alphabetical or numeric for technical users and tenants

Refs: #112
@Phil91 Phil91 requested a review from evegufy October 11, 2024 07:05
@Phil91 Phil91 marked this pull request as draft October 11, 2024 07:06
@Phil91 Phil91 marked this pull request as ready for review October 11, 2024 08:29
@Phil91 Phil91 merged commit cf91f31 into main Oct 16, 2024
7 checks passed
@Phil91 Phil91 deleted the bugfix/112-name branch October 16, 2024 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants