Filtering for anonymous users on My Credentials page

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Filtering for anonymous users on My Credentials page

Post by jmestep » Tue Aug 11, 2009 11:42 am

I'm using a section of code from the my credentials page in another page and ran across this:
isAnonymous = userName.StartsWith("zz_anonymous_")

Is that obsolete? Is it a bug that needs to be changed?
I had to use the following so the GUID wouldn't show for the user name
bool isAnonymous = ( CommerceBuilder.Utility.AlwaysConvert.ToGuid(user.UserName) != Guid.Empty);
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply