/// <summary>
 /// GetFormHtmlChangePassword implementation
 /// </summary>
 public override string GetFormHtmlChangePassword(AuthenticationContext usercontext)
 {
     return(_adapter.GetFormHtmlChangePassword(usercontext));
 }