-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[WebAPI Bug] Customer can change disable_auto_group_change
attribure at /V1/customers/me
#39240
Comments
Hi @wubinworks. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hi @wubinworks, Thanks for your reporting and collaboration. We have verified the issue in Latest 2.4-develop instance and seems to be an improvement to proceed further we are considering this as Feature Request. Thanks. |
I need to clarify, this is not a "Feature Request", it is a Bug, or say Fault.At least for
That's what the checkbox controls. PS: a similar issue, 2.4.6 -> 2.4.7, Magento fixed the ability to change |
Preconditions and environment
Steps to reproduce
<CUSTOMER TOKEN>
as described in office document.Expected result
At least
disable_auto_group_change
andconfirmation
should not be changed.Maybe Magento WebAPI needs to throw exception.
Actual result
Both
disable_auto_group_change
,created_in
,confirmation
andextension_attributes.is_subscribed
is editable in Customer User Context.disable_auto_group_change
checkbox change can be confirmed on Admin Panel.Additional information
disable_auto_group_change
: it should only be changeable by Admin or Integration.created_in
: this attribute is set during registration but not used elsewhere.confirmation
: it should only be changeable by Admin or Integration.extension_attributes.is_subscribed
: this one should only be changeable by unsubscribe link?Additional:
disable_auto_group_change
andconfirmation
should not bevisible
in Customer User Context WebAPI output.Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: