DNN

Snippets

16
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);
Posted in: DNN, Custom Modules

Comments

There are currently no comments, be the first to post one!

Post Comment

Only registered users may post comments.