|
|
posted on December 16, 2013 08:18
UserInfo u = new UserInfo();
u = UserController.GetUserById(PortalId, DnnUserId);
u.Membership.Password = UserController.GetPassword(ref u, "");
DotNetNuke.Services.Mail.Mail.SendMail(u, DotNetNuke.Services.Mail.MessageType.PasswordReminder, PortalSettings);
There are currently no comments, be the first to post one!