View Issue Details

IDProjectCategoryView StatusLast Update
0007749NodeSets, XSDs and Generated CodeImplementation Bugpublic2022-09-22 14:39
ReporterMatthias Damm Assigned ToRandy Armstrong  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.05.01 RC1 
Target Version1.05.01Fixed in Version1.05.02 
Summary0007749: Wrong signature of UserManagementType::ChangePassword, ModifyUser, RemoveUser methods
Description

The signature of the UserManagementType::ChangePassword, ModifyUser and RemoveUser method are wrong in the nodeset compared to the specification

Signature in specification:
ChangePassword (
[in] String OldPassword
[in] String NewPassword
);

Signature in nodeset (looks like a copy&paste error from AddUser:
ChangePassword (
[in] String UserName
[in] String Password
[in] UserConfigurationMask UserConfiguration
[in] String Description
);

It looks like all Methods have the signature of AddUser.

TagsNo tags attached.
Commit Version
Fix Due Date

Relationships

related to 0007748 closedMatthias Damm 10000-018: Role-Based Security PasswordOptionsMask missing support flags for features in UserConfigurationMask 

Activities

Randy Armstrong

2022-09-16 17:34

administrator   ~0017703

Fixed

Jim Luth

2022-09-22 14:39

administrator   ~0017789

Agreed to changes edited in F2F meeting.

Issue History

Date Modified Username Field Change
2022-02-20 13:04 Matthias Damm New Issue
2022-02-20 13:04 Matthias Damm Status new => assigned
2022-02-20 13:04 Matthias Damm Assigned To => Randy Armstrong
2022-02-20 13:05 Matthias Damm Relationship added related to 0007748
2022-02-20 13:31 Matthias Damm Summary Wrong signature of UserManagementType::ChangePassword method => Wrong signature of UserManagementType::ChangePassword, ModifyUser, DeleteUser methods
2022-02-20 13:31 Matthias Damm Description Updated
2022-02-20 13:31 Matthias Damm Summary Wrong signature of UserManagementType::ChangePassword, ModifyUser, DeleteUser methods => Wrong signature of UserManagementType::ChangePassword, ModifyUser, RemoveUser methods
2022-02-20 13:31 Matthias Damm Description Updated
2022-09-16 17:34 Randy Armstrong Status assigned => resolved
2022-09-16 17:34 Randy Armstrong Resolution open => fixed
2022-09-16 17:34 Randy Armstrong Fixed in Version => 1.05.02
2022-09-16 17:34 Randy Armstrong Note Added: 0017703
2022-09-22 14:39 Jim Luth Status resolved => closed
2022-09-22 14:39 Jim Luth Note Added: 0017789