A major problem on my site now is the registration. I use a verified regsitration process and once a user registers, it writes the friendly error: registration is not availble but it registers the user and it doesnt send the user an email to verify account. What can I do. here is one of the exceptions on the event log.
FriendlyName:Sign up on Christ Ark
ModuleControlSource:DesktopModules/Admin/Security/Register.ascx
AbsoluteURL:/Default.aspx
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:24efe6ec-941e-4af9-95c6-126ddc050862
AssemblyVersion:7.4.1
PortalId:0
UserId:-1
TabId:114
RawUrl:/signup?returnurl=http%3a%2f%2fchristark.com%2f
Referrer:http://christark.com/signup?returnurl=http%3a%2f%2fchristark.com%2f
UserAgent:Mozilla/5.0 (Windows NT 6.1; rv:39.0) Gecko/20100101 Firefox/39.0
ExceptionHash:w9qJ1vWcF58tJMWU6UyB7g==
Message:The input data is not a complete block.
StackTrace:
InnerMessage:The input data is not a complete block.
InnerStackTrace:
at System.Security.Cryptography.CapiSymmetricAlgorithm.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at DotNetNuke.Security.FIPSCompliant.DecryptAES(String encryptedText, String passPhrase, String salt, Int32 iterations) at DotNetNuke.Entities.Host.Host.get_SMTPPassword() at DotNetNuke.Services.Mail.Mail.SendEmail(String fromAddress, String senderAddress, String toAddress, String subject, String body) at DotNetNuke.Services.Mail.Mail.SendMail(UserInfo user, MessageType msgType, PortalSettings settings) at DotNetNuke.Entities.Modules.UserModuleBase.CompleteUserCreation(UserCreateStatus createStatus, UserInfo newUser, Boolean notify, Boolean register) at DotNetNuke.Modules.Admin.Users.Register.CreateUser()