﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Email address as Username</title><link>http://www.aspplayground.net/forum/</link><description /><copyright>(c) ASP Playground Support Forum</copyright><ttl>30</ttl><item><title>Re:Email address as Username (Samuel)</title><description>  I am thinking that you can use our software's own membership provider to register user to our forum db on your registration page instead of having our software work with yours. &lt;ol&gt;&lt;li&gt;On your own registration page, ask what forum username your user wants to use;&lt;li&gt;Use this piece of info to call our membership provider to insert a user into our forum db;&lt;li&gt;And only allow users to log in from your site. And once logged in, check our forum db to get the forum user name based on the user's email, and issue a forms authentication cookie.&lt;li&gt;Remove the ability for users to update email from the forum software (easy)  &lt;/ol&gt; This would work flawlessly, and would only require a very simple modification to your own registration logic.  &lt;br&gt;  </description><link>http://www.aspplayground.net/forum/fb.ashx?m=402791</link><pubDate>Fri, 11 Sep 2009 11:05:34 GMT</pubDate></item><item><title>Re:Email address as Username (Guest)</title><description>  The portion before @ by itself is not sufficient since it can be the same for multiple users with different email domains, but I get the idea. It's not really an ideal solution since users will end up with default usernames that they can't change unless they also change their email address.&amp;nbsp;   &lt;br&gt;   &lt;br&gt; I believe the optimal solution would have been to allow logging in with the email address, and use a profile parameter for the forum username, but I have not yet found software that does this. It probably makes more sense for e-commerce sites than for stand-alone forum sites. &lt;br&gt;  </description><link>http://www.aspplayground.net/forum/fb.ashx?m=402789</link><pubDate>Fri, 11 Sep 2009 09:49:26 GMT</pubDate></item><item><title>Re:Email address as Username (Samuel)</title><description>  We can integrate without any issue with this type of provider technically speaking. However, user will see their email address as their user name which can be a problem (spam).  &lt;br&gt;   &lt;br&gt;  &lt;strike&gt;However, if you can issue an authentication cookie that contains the username (not email) on your site, it will fix the problem. We recognize forms authentication cookie's content as the user name in our software for integration purposes. &lt;/strike&gt; &lt;br&gt;   &lt;br&gt;  [edit] the above wouldn't work as our software when communicating with your provider, will get your email directly as you store email as the username[/edit] &lt;br&gt;   &lt;br&gt;  I believe the way to work with this is to modify our spRegister stored procedure so that when it imports your user (email), it will take the portion before @ as the user name and register an account into our db. And you will need to issue formsauthentication cookie using the portion before @ in order to achieve Single Sign on. &lt;br&gt;  </description><link>http://www.aspplayground.net/forum/fb.ashx?m=402775</link><pubDate>Tue, 08 Sep 2009 13:21:42 GMT</pubDate></item><item><title>Email address as Username (slickshark)</title><description>  I am using standard ASP.NET membership provider on my site, &amp;nbsp;but I modified it a little to save the email address as the username, so users can register faster and log in using their email address.&amp;nbsp;   &lt;br&gt;   &lt;br&gt; This is becoming somewhat of a &lt;a href="http://sites.google.com/site/oauthgoog/UXFedLogin" target="_blank"&gt;best practice&lt;/a&gt;, so I am wondering if&amp;nbsp;your forum has a solution for integrating with this type of site or if you have a recommendation when using your software. &lt;br&gt;  </description><link>http://www.aspplayground.net/forum/fb.ashx?m=402774</link><pubDate>Tue, 08 Sep 2009 13:09:43 GMT</pubDate></item></channel></rss>
