-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
Severity: Medium
- Allows incomplete user profiles, which may affect data integrity or downstream systems relying on full names.
- Does not expose sensitive data or allow unauthorized access.
Describe the bug
The Profile Settings form on app.aixblock.io allows users to save their profile without providing a last name, which violates the expected validation rules.
To Reproduce
Steps to reproduce the behavior:
1.Navigate to https://app.aixblock.io/ and log in.
2.Go to Profile Settings (e.g., https://app.aixblock.io/user/account).
3.Leave the Last Name field empty.
4.Click Save Changes.
5.Observe that the form saves successfully without requiring a last name.
Expected behavior
The Last Name field should be marked as required, and the form should reject submission if it’s empty.
Screenshots

Desktop:
- OS: Windows 11
- Browser Chrome
- Version v139.0.7258.139
Additional context
- This issue may affect user data consistency in systems that rely on full names (e.g., customer support, analytics).
- Consider adding an error message like: "Last name is required" to guide users
Metadata
Metadata
Assignees
Labels
No labels