<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Custom Modules</title><link>http://www.dotnetnuke.com/tabid/795/Default.aspx</link><description>Developing custom modules for DotNetNuke.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/899372.aspx</link><pubDate>Wed, 20 Apr 2005 04:52:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:899372</guid><dc:creator>mcsenow</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/899372.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=899372</wfw:commentRss><description>&lt;img src="/emoticons/emotion-11.gif" alt="Cool [H]" /&gt;I will give it a try.&amp;nbsp; I have been looking this program.&amp;nbsp; Thank you mikez</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/890655.aspx</link><pubDate>Tue, 12 Apr 2005 20:59:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:890655</guid><dc:creator>wallew</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/890655.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=890655</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;table width="85%"&gt;&lt;tr&gt;&lt;td class="txt4"&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt;&amp;nbsp;&lt;strong&gt;ikamiksok wrote:&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class="quoteTable"&gt;&lt;table width="100%"&gt;&lt;tr&gt;&lt;td width="100%" valign="top" class="txt4"&gt;
&lt;P&gt;Any experts can comment on why we could not modify these membership fields? Any problems with the issues mikez brought up? I'd like to see an answer on this as a user import is important to a lot of ppl. I'd like to see this is mikez's new version and so would like someone to provide some expert analysis. Anyone?&lt;/P&gt;
&lt;P&gt;userObj.Membership.LastLoginDate&lt;BR&gt;userObj.Membership.CreatedDate&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/BLOCKQUOTE&gt;&lt;/P&gt;
&lt;P&gt;Looking at the stripped down membership provider supplied&amp;nbsp;by the core team&amp;nbsp;and MS, the CreateUser method of the membership class does not take those parameters as arguments.&amp;nbsp; The stored procedure that creates the membership profile&amp;nbsp;DOES include those parameters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF &lt;FONT color=#000000 size=2&gt;(@CreateDate &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;IS NULL&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;)&lt;BR&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;EXEC &lt;/FONT&gt;&lt;FONT size=2&gt;dbo.aspnet_GetUtcDate @TimeZoneAdjustment, @CreateDate &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;OUTPUT&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;ELSE&lt;BR&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;SELECT &lt;/FONT&gt;&lt;FONT size=2&gt;@CreateDate = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;DATEADD&lt;/FONT&gt;&lt;FONT size=2&gt;(n, -@TimeZoneAdjustment, @CreateDate) &lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;-- switch TO UTC time&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&amp;nbsp;The largest overload I see in the object browser is the one below.&amp;nbsp; I haven't tried it yet, but you may be able to implement the provider and overload it with the other parameters.&amp;nbsp; If I get time I will test it and see.&amp;nbsp; I think I am about to help Steve on enhancing the Windows Authentication module (to hopefully get included in the core).&amp;nbsp; I am sure I will know more as we start working on that.&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;Public Shared Function &lt;B&gt;CreateUser&lt;/B&gt;(ByVal &lt;I&gt;username&lt;/I&gt; As &lt;/FONT&gt;&lt;B&gt;&lt;U&gt;&lt;FONT color=#008000 size=1&gt;String&lt;/U&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;, &lt;/B&gt;ByVal &lt;I&gt;password&lt;/I&gt; As &lt;/FONT&gt;&lt;B&gt;&lt;U&gt;&lt;FONT color=#008000 size=1&gt;String&lt;/U&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;, &lt;/B&gt;ByVal &lt;I&gt;email&lt;/I&gt; As &lt;/FONT&gt;&lt;B&gt;&lt;U&gt;&lt;FONT color=#008000 size=1&gt;String&lt;/U&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;, &lt;/B&gt;ByVal &lt;I&gt;passwordQuestion&lt;/I&gt; As &lt;/FONT&gt;&lt;B&gt;&lt;U&gt;&lt;FONT color=#008000 size=1&gt;String&lt;/U&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;, &lt;/B&gt;ByVal &lt;I&gt;passwordAnswer&lt;/I&gt; As &lt;/FONT&gt;&lt;B&gt;&lt;U&gt;&lt;FONT color=#008000 size=1&gt;String&lt;/U&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;, &lt;/B&gt;ByVal &lt;I&gt;isApproved&lt;/I&gt; As &lt;/FONT&gt;&lt;B&gt;&lt;U&gt;&lt;FONT color=#008000 size=1&gt;Boolean&lt;/U&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;, &lt;/B&gt;ByVal &lt;I&gt;providerUserKey&lt;/I&gt; As &lt;/FONT&gt;&lt;B&gt;&lt;U&gt;&lt;FONT color=#008000 size=1&gt;Object&lt;/U&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;, &lt;/B&gt;ByRef &lt;I&gt;status&lt;/I&gt; As &lt;/FONT&gt;&lt;B&gt;&lt;U&gt;&lt;FONT color=#008000 size=1&gt;Microsoft.ScalableHosting.Security.MembershipCreateStatus&lt;/B&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;FONT size=1&gt;) As &lt;/FONT&gt;&lt;B&gt;&lt;U&gt;&lt;FONT color=#008000 size=1&gt;Microsoft.ScalableHosting.Security.MembershipUser&lt;/FONT&gt;&lt;/U&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#008000&gt;&lt;FONT color=#008000&gt;&lt;FONT color=#000000&gt;Wallew&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/890589.aspx</link><pubDate>Tue, 12 Apr 2005 20:21:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:890589</guid><dc:creator>lucast</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/890589.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=890589</wfw:commentRss><description>&lt;P&gt;Great module Mike.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Works a treat! &lt;img src="/emoticons/emotion-2.gif" alt="Big Smile [:D]" /&gt;&lt;/P&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/890378.aspx</link><pubDate>Tue, 12 Apr 2005 17:32:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:890378</guid><dc:creator>ikamiksok</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/890378.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=890378</wfw:commentRss><description>&lt;P&gt;Any experts can comment on why we could not modify these membership fields? Any problems with the issues mikez brought up? I'd like to see an answer on this as a user import is important to a lot of ppl. I'd like to see this is mikez's new version and so would like someone to provide some expert analysis. Anyone?&lt;/P&gt;
&lt;P&gt;userObj.Membership.LastLoginDate&lt;BR&gt;userObj.Membership.CreatedDate&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Mikez, possibly you could have an import feature option for those who do public websites who want to port these dates fields and those for Intranets who do not want to break any security policies as you described above?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jason&lt;/P&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/888863.aspx</link><pubDate>Mon, 11 Apr 2005 15:24:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:888863</guid><dc:creator>mzns1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/888863.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=888863</wfw:commentRss><description>&lt;P&gt;Ant,&lt;/P&gt;
&lt;P&gt;Try this site to move users from DNN2 to DNN3.&amp;nbsp; Look for "copyusers".&amp;nbsp; There is also a great calendar module.&amp;nbsp;&lt;BR&gt;&lt;A id=_ctl0__ctl0_WebURL href="http://www.dnnworx.com/"&gt;&lt;FONT color=#246398&gt;http://www.dnnworx.com&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp; &lt;BR&gt;-------------------------------------------------&lt;BR&gt;While there are certainly more features that could be added to the MZNS.UserImport module our intention was to release a working, finished module that was ready to use.&amp;nbsp; The features included were tested on real sites.&lt;/P&gt;
&lt;P&gt;The reason MSAccess was chosen as the database was we were moving users from sites that were not accessible to each other over the wire.&amp;nbsp; It is primarily the best way we have found to import users into groups.&amp;nbsp; Importing users is usally a one time task, but maintaining group membership is on-going.&lt;/P&gt;
&lt;P&gt;Thanks to everyone for the great comments.&amp;nbsp; We are actually working on a few more modules that will help pay the rent...&lt;/P&gt;
&lt;P&gt;mikez&lt;/P&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/888035.aspx</link><pubDate>Sun, 10 Apr 2005 18:11:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:888035</guid><dc:creator>wallew</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/888035.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=888035</wfw:commentRss><description>&lt;P&gt;Nice job on the UI!&amp;nbsp; A lot of thought went into this one.&amp;nbsp; The one thing I see missing in all of the import modules (and may be giving away an idea)&amp;nbsp;is a field mapper for different source data files types.&amp;nbsp; You know, first row contains field names.... if not then use these columns, etc.&amp;nbsp; I think if it was more Microsoftish, there would be higher demand.&amp;nbsp; Not everyone knows SQL.&lt;/P&gt;
&lt;P&gt;Again, great job on the module!&amp;nbsp; UI is sweet!&lt;/P&gt;
&lt;P&gt;Wallew&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/887885.aspx</link><pubDate>Sun, 10 Apr 2005 14:04:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:887885</guid><dc:creator>acorcutt</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/887885.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=887885</wfw:commentRss><description>&lt;DIV&gt;Hi, this looks really usefull..&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;It would be good if you could point the import source to another db (for example a dnn2 site - or any other really) would be handy for moving users from old sites to new dnn3 ones.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Ant&lt;/DIV&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/887522.aspx</link><pubDate>Sat, 09 Apr 2005 19:25:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:887522</guid><dc:creator>mzns1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/887522.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=887522</wfw:commentRss><description>&lt;P&gt;We have looked at the core code and cannot find if it is actually possible to force a change to the fields.&amp;nbsp; We tried to populate these fields and the resulting date was still the datetime of the import.&amp;nbsp; We still believe this is not possible per the membership dll.&amp;nbsp; &lt;BR&gt;&lt;BR&gt;userObj.Membership.LastLoginDate&lt;BR&gt;userObj.Membership.CreatedDate&lt;BR&gt;&lt;BR&gt;Also, we still feel that modifying the these 2 fields goes against most security policies for Intranet sites.&amp;nbsp; It probably is not&amp;nbsp;an issue for public web sites. &lt;/P&gt;
&lt;P&gt;Anyone know if the membership provider actually allows these fields to be updated?&lt;/P&gt;
&lt;P&gt;Any comments&amp;nbsp;from those that must maintain logs per internal security policies?&lt;/P&gt;
&lt;P&gt;mikez&lt;/P&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/887449.aspx</link><pubDate>Sat, 09 Apr 2005 17:02:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:887449</guid><dc:creator>ikamiksok</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/887449.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=887449</wfw:commentRss><description>&lt;P&gt;The two fields I would like to see implemented are:&lt;/P&gt;&lt;FONT size=2&gt;
&lt;P&gt;userObj.Membership.LastLoginDate&lt;BR&gt;userObj.Membership.CreatedDate&lt;/P&gt;
&lt;P&gt;This way, you know which members are new and which are old. Also, you know which members are active and which are not. I too have a site with 500+ users over a 2 year period so would want to keep this information when importing.&lt;/P&gt;
&lt;P&gt;There are other date fields such as lastLockoutDate or lastPasswordChangedDate but I don't think those are that important to include in an &amp;nbsp;import.&lt;/P&gt;
&lt;P&gt;Jason&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;/P&gt;&lt;/FONT&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/885944.aspx</link><pubDate>Fri, 08 Apr 2005 04:33:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:885944</guid><dc:creator>mzns1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/885944.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=885944</wfw:commentRss><description>&lt;P&gt;Jason/Lou,&lt;/P&gt;
&lt;P&gt;I now understand.&lt;/P&gt;
&lt;P&gt;I tried a quick test of adding "CreatedDate" with a date of "01/01/2003".&lt;BR&gt;After an import the "CreatedDate" still&amp;nbsp;showed as today.&lt;BR&gt;There were no errors though.&amp;nbsp; I am thinking the memebership dll just shrugs it off.&lt;BR&gt;&lt;BR&gt;I cannot find anywhere in the core (doesn't mean it's not there) where "CreatedDate" can actually be modified.&amp;nbsp; I've only got one eye open about now so I'll poke around the next few days.&lt;/P&gt;
&lt;P&gt;mikez&lt;/P&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/885817.aspx</link><pubDate>Fri, 08 Apr 2005 01:12:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:885817</guid><dc:creator>lou</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/885817.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=885817</wfw:commentRss><description>&lt;P&gt;Mike&lt;/P&gt;
&lt;P&gt;Love the module.&amp;nbsp; I too would like my own "CreatedDate" we are moving from IBS to DNN, we have 500 Users,&amp;nbsp; some have been using our IBS system for over two years, while others are relatively new.&amp;nbsp; It would be good to know who's new and who's not.&lt;/P&gt;
&lt;P&gt;Lou&lt;/P&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/885763.aspx</link><pubDate>Thu, 07 Apr 2005 23:42:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:885763</guid><dc:creator>mzns1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/885763.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=885763</wfw:commentRss><description>&lt;P&gt;Jason,&lt;/P&gt;
&lt;P&gt;Are you asking that the "CreatedDate" be different than the date you actually import the record?&lt;/P&gt;
&lt;P&gt;mikez&lt;/P&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/885525.aspx</link><pubDate>Thu, 07 Apr 2005 20:53:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:885525</guid><dc:creator>ikamiksok</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/885525.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=885525</wfw:commentRss><description>&lt;P&gt;Mike,&lt;/P&gt;
&lt;P&gt;Doesn't the&amp;nbsp;new member API support this easily and safely?&amp;nbsp; I&amp;nbsp;thought the DNN 2.x to DNN 3.x upgrade copied the last login &amp;amp; created date fields&amp;nbsp;this.&lt;/P&gt;
&lt;P&gt;Importing these fields seems like a very important feature to me. If you had a large list of users you built over a period of time, you would lose all your history. You would not know how many active users you have or be able to compare the number of signups versus prior months or years.&lt;/P&gt;
&lt;P&gt;Here is the code I was looking at which made me think that there would not be problems with adding dates:&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;Dim objSuperUserInfo As New UserInfo&lt;BR&gt;Try&lt;BR&gt;objSuperUserInfo.UserID = Convert.ToInt32(dr("UserID"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.PortalID = Convert.ToInt32(dr("PortalID"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.IsSuperUser = Convert.ToBoolean(dr("IsSuperUser"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Membership.Username = Convert.ToString(dr("Username"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Membership.Approved = Convert.ToBoolean(dr("Authorized"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Membership.CreatedDate = Convert.ToDateTime(dr("CreatedDate"))&lt;/STRONG&gt;&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Membership.Email = Convert.ToString(dr("Email"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Profile.FirstName = Convert.ToString(dr("FirstName"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Profile.LastName = Convert.ToString(dr("LastName"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Membership.Password = Convert.ToString(dr("Password"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Profile.City = Convert.ToString(dr("City"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Profile.Country = Convert.ToString(dr("Country"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Profile.PostalCode = Convert.ToString(dr("PostalCode"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Profile.Region = Convert.ToString(dr("Region"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Profile.Street = Convert.ToString(dr("Street"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Profile.Telephone = Convert.ToString(dr("Telephone"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;BR&gt;Try&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objSuperUserInfo.Profile.Unit = Convert.ToString(dr("Unit"))&lt;BR&gt;Catch&lt;BR&gt;End Try&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=1&gt;arrUsers.Add(objSuperUserInfo)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I could not find a reference to the lastlogin date though. Only the "createdate" so I am not sure how DNN handles this. But couldn't you add this using&amp;nbsp;the new member&amp;nbsp;API ?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jason&lt;/P&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/885231.aspx</link><pubDate>Thu, 07 Apr 2005 17:38:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:885231</guid><dc:creator>mzns1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/885231.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=885231</wfw:commentRss><description>&lt;P&gt;Jason,&lt;/P&gt;
&lt;P&gt;I don't think the&amp;nbsp;Create Date, Last Login Date &amp;amp; Last Paasword Change Date can or should be modified.&amp;nbsp; This would probably require&amp;nbsp;directly&amp;nbsp;touching the SQL table and bypassing the core user/membership functions.&amp;nbsp; This&amp;nbsp;could violate security requirements in place at many sites related to storing log files, etc.&lt;/P&gt;
&lt;P&gt;mikez&lt;/P&gt;</description></item><item><title>Re: DNN3.0.13 - MZNS.UserImport (Free Module)</title><link>http://forums.asp.net/thread/885057.aspx</link><pubDate>Thu, 07 Apr 2005 15:48:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:885057</guid><dc:creator>ikamiksok</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/885057.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=885057</wfw:commentRss><description>&lt;P&gt;This is a useful module. Thanks! One suggestion -- can you add additional import fields so that it updates the user created date, last login date and last password change date? And if these are not specified you could default them to the new record create date.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jason&lt;/P&gt;</description></item></channel></rss>