Current membership system is unable to change a user password. This is a problem when the system has generated a new password through password recovery mechanism.
There are no LinkMaker methods for creating links to RegisterUser, RecoverPassword and ChangePassword. There are methods for Login and Logoff.
Access to login, logoff, register user and change password functions can be controlled through existing properties, but there are no valid properties for controlling RecoverPassword.
Logged In: YES
user_id=1602893
Originator: YES
Build 2.0.0.231 (SVN r1006)
Added a page for ChangePassword. Added properties CanResetPassword and CanRetrievePassword to Federation. Added the capability for proper redirection following the use of RecoverPassword and RegisterUser.