I'm having issues with phony user registrations and a a still harder time trying to get rid of them since my DNN installation throws an error each time I try to mass delete unauthorised users.
By reading other threads I realised it probably has to do with the incorrect format of the subject resource string but I can't find where the EMAIL unregister user subject resource string is at!!!
Any idea where it could be?
Is there a logical and easy way to find out where a particular resource string is located?? Each time I have to localise modules I go bonkers trying to find where that particular string I would really like to translate is.
Is there a way to understand where the resource file might be by looking at the exception message thrown?
Errore: User Accounts non è al momento disponibile. DotNetNuke.Services.Exceptions.ModuleLoadException: The specified string is not in the form required for a subject. ---> System.ArgumentException: The specified string is not in the form required for a subject. at System.Net.Mail.Message.set_Subject(String value) at DotNetNuke.Services.Mail.Mail.SendEmail(String fromAddress, String senderAddress, String toAddress, String subject, String body) at DotNetNuke.Entities.Users.UserController.SendDeleteEmailNotifications(UserInfo user, PortalSettings portalSettings) at DotNetNuke.Entities.Users.UserController.DeleteUser(UserInfo& user, Boolean notify, Boolean deleteAdmin) at DotNetNuke.Entities.Users.UserController.DeleteUnauthorizedUsers(Int32 portalId) at DotNetNuke.Modules.Admin.Users.UserAccounts.DeleteUnAuthorizedUsers() --- End of inner exception stack trace ---
Any timely help will be greatly appreciated