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);
Filtering for anonymous users on My Credentials page
- 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
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
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