DanBall wrote
1a: This is a problem inherint from using that Module, and would definitely be something I'd add as a fix in future versions. I did a SQL query (from Host menu) to set an e-mail address on all accounts that didn't have an e-mail address.
Ah, that is an excellent idea. I attached to the DB file using SQL Server 2005 management tools, but that seemed to screw up DNN while I did so. I didn't want to mess up my DB.
2a: Why do you consider it a recipe for disaster?
This is for our corporate Intranet with hundreds of users. If I create an alias for the server, something like "intranet", I want users to be able to just enter "intranet" in IE and have it log them in. We would get many Help Desk calls about that URL. Also, linking back to the Intranet from other web applications becomes problematic.
I want to get it down to just typing "intranet" in IE, which leads to...
2b: If you're running in complete AD integrated mode, you shouldn't "need" to redirect your users to that URL. Simply browsing the website should log them in. You might need to set your domain as a "Intranet" or "Trusted" site though first.
I tried this, but I may not have done it right. I tried to add my server name, say "intranet" as a trusted site. That did not appear to make any difference--I was not logged in when I went to the root URL (http://intranet). I still had to go to http://intranet/admin/WindowsSignIn.aspx before I was automatically signed in.
There may be a simple fix for this, but I am not sure what I am missing.
3a: If you want to remove it, modify the skin and remove the [LOGIN] token.
Ah, another good point.
3b: True, that does make it difficult. But, you can log in as host from the login menu (put the login module on a hidden page if you want), even if you are currently logged in.
That is an excellent idea. I did not know one could log in again before logging out.