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

Onboarding Block in the Rock Mobile App does not respect the Valid Username Regular Expression Value global attribute #5767

Closed
2 tasks done
SteveSwaringen opened this issue Feb 22, 2024 · 0 comments

Comments

@SteveSwaringen
Copy link
Contributor

Description

The mobile app allows people to create a username with a space in it, but usernames with spaces in them can't be used to log in.

Actual Behavior

User can enter a username like "John Doe". This account will be created without error but the user won't be able to use this username to log in to the mobile app or the website.

Expected Behavior

The mobile app should test the username against the Valid Username Regular Expression Value and tell the user they can't use that username.

Steps to Reproduce

  • Open the mobile app (we're on version 7.0.0).
  • Log out of any active profile.
  • Go to the Log In page and select Register
  • Follow the prompts until you get to the point where you select a username
  • Enter a name with a space in it.

Our Valid Username Regular Expression Value is ^[A-Za-z0-9+.@_-]{3,128}$

Issue Confirmation

  • Perform a search on the Github Issues to see if your bug or enhancement is already reported.
  • Try to reproduce the problem on a fresh install or on the demo site.

Rock Version

15.1 (Rock Mobile 7.0.0)

Client Culture Setting

en-US

@sparkdevnetwork-service sparkdevnetwork-service added the Status: In Dev Queue This issue is being worked on, and has someone assigned. label Feb 22, 2024
@bradencohen bradencohen removed the Status: In Dev Queue This issue is being worked on, and has someone assigned. label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants