<?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>Security</title><link>http://forums.asp.net/25.aspx</link><description>All about ASP.NET security (authentication, authorization, membership, roles, etc.) and the Login controls. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=24&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: user is to be created using custom controls - not using createuserwizard control  but using login control  and password recovery control</title><link>http://forums.asp.net/thread/3352618.aspx</link><pubDate>Mon, 17 Aug 2009 23:04:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3352618</guid><dc:creator>Bobby-Z</dc:creator><author>Bobby-Z</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3352618.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=3352618</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;use the link above using the codebehind I have used, it uses the ASP membership class and records the info into the ASPNETDB., all while NOT using the create user wizard&lt;/p&gt;</description></item><item><title>Re: user is to be created using custom controls - not using createuserwizard control  but using login control  and password recovery control</title><link>http://forums.asp.net/thread/3275127.aspx</link><pubDate>Sun, 05 Jul 2009 05:48:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275127</guid><dc:creator>marinajogy</dc:creator><author>marinajogy</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275127.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=3275127</wfw:commentRss><description>&lt;p&gt;Kindly read my post once again,&lt;/p&gt;&lt;p&gt;I don&amp;#39;t want to use createuserwizard, but using my custom markup and code=behind&lt;/p&gt;&lt;p&gt;i want to insert data into membership schema tables&lt;/p&gt;&lt;p&gt;how can do? it is the problem - encrypting password and using password salt, encrypted answer&lt;/p&gt;&lt;p&gt;are giving me headache&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: user is to be created using custom controls - not using createuserwizard control  but using login control  and password recovery control</title><link>http://forums.asp.net/thread/3275116.aspx</link><pubDate>Sun, 05 Jul 2009 05:17:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275116</guid><dc:creator>Bobby-Z</dc:creator><author>Bobby-Z</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3275116.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=3275116</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Is it that you want to create your own form with custom parameters, but still want to use the asp.net Membership Part?&lt;/p&gt;
&lt;p&gt;I have a posting in this section about doing just that it took me 3 weeks to patch together from various tutorials and vidoes before i threw away the createuser which is great but has limitations for real world application, like for people like me who want names and addresses. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://forums.asp.net/t/1375441.aspx"&gt;http://forums.asp.net/t/1375441.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The last post on the page is my final code&lt;/p&gt;
&lt;p&gt;The first section is how to bypass the automatic settings of the createuser and add them to your custom form, the second is entering the additional information into&amp;nbsp;a separate table in the database and assign a role at the same time.&lt;/p&gt;
&lt;p&gt;If you need further help, keep posting here.&lt;/p&gt;
&lt;p&gt;This will still keep the password recovery and login controls useable on your site&lt;/p&gt;</description></item><item><title>user is to be created using custom controls - not using createuserwizard control  but using login control  and password recovery control</title><link>http://forums.asp.net/thread/3274364.aspx</link><pubDate>Sat, 04 Jul 2009 07:05:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274364</guid><dc:creator>marinajogy</dc:creator><author>marinajogy</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274364.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=25&amp;PostID=3274364</wfw:commentRss><description>&lt;p&gt;I am using&amp;nbsp; aspnet Membership for user management,&lt;/p&gt;&lt;p&gt;but&lt;b&gt; user is to be created using custom controls - not using createuserwizard control&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;but using login control&amp;nbsp; and password recovery control&lt;/b&gt;&lt;/p&gt;&lt;p&gt;my problem: is it really possible, then how?&lt;/p&gt;&lt;p&gt;password and password answer is seen as encrypted in the databaae (I already created&lt;/p&gt;&lt;p&gt;aspnet_users,aspnet_membership etc tables using the aspnet_regsql utility)&lt;br /&gt;&lt;/p&gt;&lt;p&gt;when I using custom code to insert data into these tables how can I get UserId?&lt;/p&gt;&lt;p&gt;which algorithm is to be used to encrypt password&lt;/p&gt;&lt;p&gt;see my webconfig - relevent portion&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;membership defaultProvider=&amp;quot;SqlProvider&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;providers&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;add name=&amp;quot;SqlProvider&amp;quot; type=&amp;quot;System.Web.Security.SqlMembershipProvider,System.Web, Version=2.0.3600.0, Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a&amp;quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connectionStringName=&amp;quot;connectionString&amp;quot; enablePasswordRetrieval=&amp;quot;true&amp;quot; enablePasswordReset=&amp;quot;true&amp;quot; requiresQuestionAndAnswer=&amp;quot;true&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; applicationName=&amp;quot;/&amp;quot; requiresUniqueEmail=&amp;quot;true&amp;quot; passwordFormat=&amp;quot;Encrypted&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; description=&amp;quot;Stores and retrieves membership data from a Microsoft SQL Server database.&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/providers&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/membership&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;machineKey validationKey= &amp;quot;88B4F4E68FF634B4DE1C0B4E31509B9C2F8AA1CA8990CDA6A8891842AA9CCFB56A6C25258181CEBFE1E9CDD192B502A899C0E0CC4C0A242AE2B81A11AC518D91&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; decryptionKey= &amp;quot;B32E80A40DB95DC764304D86B9C948B95797EB9F41867B764196485F2174E641&amp;quot; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; validation=&amp;quot;SHA1&amp;quot; decryption=&amp;quot;AES&amp;quot;/&amp;gt;&lt;/p&gt;</description></item></channel></rss>