I make some investigations. I start MPF Trace tool and try to change password logged as standard and after – as organization admin.
Little quote from trace:
Standard user try to change his password:
machine MPSSQL01
namespace Hosted Exchange
procedure SetUserPassword
Organization admin try to change his own password:
machine MPSSQL01
namespace Hosted Exchange
procedure ChangeUserPassword
I seems that Sample CP use reset password (SetUserPassword) instead of change password (ChangeUserPassword) procedure when standard user try to change his own password. Sample CP shows only “New Password” and “Confirm Password” fields.
However Sample CP use ChangeUserPassword procedure and shows “Old Password” field when business organization admin try to change his own password.
It seems that problem is in Sample CP? How to force it use ChangeUserPassword procedure when standard user change his own password?
Thank you,
Ilya.