-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 7.0.0 M3
-
Fix Version/s: None
-
Component/s: Web Services, Web Services > JSON WS
-
Fix Priority:4
Steps to reproduce:
- Set "company.security.strangers.verify=true" in portal-ext.properties.
- Start server with clean database.
- Login test user.
- Call UserService.updateUser(...) remote service.
- Go to http://localhost:8080/api/jsonws.
- Select first "update-user" under User.
- Fill properties.
userid 10205 passwordReset False screenName test1 emailAddress [email protected] facebookid 0 firstName test1 lastName test1 prefixid 0 suffixid 0 male true birthdayMonth 10 birthdayDay 24 birthdayYear 1984
- Click Invoke.
- Go to Control Panel/Users and Organizations.
- Check the user's information.
Expected result:
All of the user's information is correct.
Actual result:
When checking the user's information, the email address ([email protected] is shown instead of [email protected]) and birthday (off by one month) are incorrect.