Is this an error [modified]
-
Have a look at this link the author of this post is missing!!!:wtf::wtf: http://www.codeproject.com/script/comments/forums.asp?msg=1931506&forumid=1646#xx1931506xx[^] Is this an error or how did they do this? -- moved at 4:37 Friday 9th March, 2007
-
Have a look at this link the author of this post is missing!!!:wtf::wtf: http://www.codeproject.com/script/comments/forums.asp?msg=1931506&forumid=1646#xx1931506xx[^] Is this an error or how did they do this? -- moved at 4:37 Friday 9th March, 2007
Author of this -> http://www.codeproject.com/lounge.asp?&forumid=1159&noise=1&mpp=50&select=1931606#xx1931606xx[^] post also almost missing. Why did he hide him?? The answer to the above will get you the reason for empty display name..
L.W.C. Nirosh. Colombo, Sri Lanka.
-
You don't need to use a user name anymore for some odd reason.
Brad Australian - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.
What's the use of that? I suppose that only one person can use this though, Otherwise how would you know whether they were the same person or a totally different person? Why would you not want a username:confused:, you can come up with reaally coooool usernames, or interesting usernames like mine A*****
-
Have a look at this link the author of this post is missing!!!:wtf::wtf: http://www.codeproject.com/script/comments/forums.asp?msg=1931506&forumid=1646#xx1931506xx[^] Is this an error or how did they do this? -- moved at 4:37 Friday 9th March, 2007
Yes. I just haven't had a chance to dig in and work out where the failsafes are, well, failing.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Yes. I just haven't had a chance to dig in and work out where the failsafes are, well, failing.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
You realize that if you sign up with an incorrect username it creates the account anyway?
Brad Australian - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.
Yes, this is by design. If someone signs up to download code and can't find a username that's not taken we'd rather let them just get on with it and download zip files rather than forcing them to try and find that special unique name. Allowing people to post articles and messagess without a name is the real bug.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Yes, this is by design. If someone signs up to download code and can't find a username that's not taken we'd rather let them just get on with it and download zip files rather than forcing them to try and find that special unique name. Allowing people to post articles and messagess without a name is the real bug.
cheers, Chris Maunder
CodeProject.com : C++ MVP
Chris Maunder wrote:
If someone signs up to download code and can't find a username that's not taken we'd rather let them just get on with it and download zip files rather than forcing them to try and find that special unique name.
Couldn't you assign the email address as the username then? If they want to change it later, they can - but this'd avoid situations where people do not have a username at all.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*) -
Chris Maunder wrote:
If someone signs up to download code and can't find a username that's not taken we'd rather let them just get on with it and download zip files rather than forcing them to try and find that special unique name.
Couldn't you assign the email address as the username then? If they want to change it later, they can - but this'd avoid situations where people do not have a username at all.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)Nishant Sivakumar wrote:
Couldn't you assign the email address as the username then? If they want to change it later, they can - but this'd avoid situations where people do not have a username at all.
Well no - you can't do that. People would be mad if you exposed their email addresses. How about a GUID?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*) -
Nishant Sivakumar wrote:
Couldn't you assign the email address as the username then? If they want to change it later, they can - but this'd avoid situations where people do not have a username at all.
Well no - you can't do that. People would be mad if you exposed their email addresses. How about a GUID?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*) -
Nishant Sivakumar wrote:
Couldn't you assign the email address as the username then? If they want to change it later, they can - but this'd avoid situations where people do not have a username at all.
Well no - you can't do that. People would be mad if you exposed their email addresses. How about a GUID?
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*)Nishant Sivakumar wrote:
Nishant Sivakumar wrote: Couldn't you assign the email address as the username then?
Nishant Sivakumar wrote:
Well no - you can't do that. People would be mad if you exposed their email addresses.
Having fun, you two? :-D
"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus
-
Nishant Sivakumar wrote:
Nishant Sivakumar wrote: Couldn't you assign the email address as the username then?
Nishant Sivakumar wrote:
Well no - you can't do that. People would be mad if you exposed their email addresses.
Having fun, you two? :-D
"Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus
dnh wrote:
Having fun, you two?
:-D
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. (*Sample chapter available online*) -
Yes, this is by design. If someone signs up to download code and can't find a username that's not taken we'd rather let them just get on with it and download zip files rather than forcing them to try and find that special unique name. Allowing people to post articles and messagess without a name is the real bug.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
Yes, this is by design. If someone signs up to download code and can't find a username that's not taken we'd rather let them just get on with it and download zip files rather than forcing them to try and find that special unique name. Allowing people to post articles and messagess without a name is the real bug.
cheers, Chris Maunder
CodeProject.com : C++ MVP
How about asigning a name in the form of "UserXXX". I'm sure it wouldn't cause too much server overhead while keeping track of which names have been handed out. Or even, in the case of forum posts, rather than displaying an empty name display any old gibberish like "Unknown User".