-
Notifications
You must be signed in to change notification settings - Fork 25
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
Leading spaces when creating users lead to bad data in system #707
Comments
Here is my solution regarding this problem ,
|
@Dashlet26 the solution is outlined in the Acceptance criteria section. |
@vinayvenu Could you assign me this issue? |
@MiirzaBaig there is no assignment. You can work on it, raise a PR when you are ready. |
|
@AchalaBelokar why have you moved the card to QA Ready? moving back for now since looks like the comments are not fixed. |
Hey @petmongrels and @mahalakshme, Apologies for the delay in addressing your comment; I was caught up with exams this week. I've made the necessary adjustments based on your feedback. Specifically, I've reverted the changes made to the S3Service, IdpService, and Factory files back to their original state. Additionally, I've modified the UserContract.java files to handle trimming. Could you please review the changes and let me know if they meet your expectations? If any further adjustments are needed, please point them out. |
looks good. please send a pull request. |
#707 | Leading spaces when creating users are now trimmed!
Verification required for
|
@vinayvenu reading from this issue timeline i have understood that the issue has been solved, so why is this re opened, and in that case what issues remain? |
@justAbhinav it was reopened because sufficient QA was not done on it yet. Will be closed once the QA says ok |
We can able to create the user with the space it is displaying the error but the user is created.And i suggest we have the validation in each field Refer the video : |
@ombhardwajj would you like to fix the above QA comment |
@mahalakshme As I told in the other comment as well, I can only take this once I am done with the metabase issue! |
…at the start or end
…e as during bulk upload of users
Screen.Recording.2024-08-22.at.10.57.56.PM.mov |
Users with usernames starting with spaces are created in
Response
Problem
The user is not created in Cognito, but is created on the database. The next time this user is created, the app mentions that the user already exists
Acceptance criteria
The text was updated successfully, but these errors were encountered: