You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addUser method name [1] in UserUniqueIDManger doesn't reflect its actual logic. What it actually does is generate a unique ID and add it against the user. Not actually adding a new user.
Current Limitation
addUser method name [1] in UserUniqueIDManger doesn't reflect its actual logic. What it actually does is generate a unique ID and add it against the user. Not actually adding a new user.
[1] https://github.com/wso2/carbon-kernel/blob/4.10.x/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/common/UserUniqueIDManger.java#L51
Suggested Improvement
Change the method name to something like
addUniqueIdToUser
or something meaningful.And deprecate the current method.
Version
Latest
The text was updated successfully, but these errors were encountered: