how to view the current password of particular user?
I need the current (old) password of user to change the new password. where i have to get the old password, i want that Functionality code
Users["Hari"].ChangePassword({
newPasswordConfirm:"xxxxx" /* STRING */,
oldPassword:"yyyyy" /* STRING */,
newPassword:"xxxxx" /* STRING */});

