|
codeproject credentials not accepted. I had to create a new account
|
|
|
|
|
Was there any error that was shown? Or did it simply fail?
cheers
Chris Maunder
|
|
|
|
|
the error message was related to my email address not being in the system.
don't remember the exact message.
|
|
|
|
|
same thing happened to me. I used my CP login info and it took me to the "create a new account page" and I filled in the form with the same information that is on CP...there were no error messages.
|
|
|
|
|
It says 421, but I see the 427 ID. Why the discrepancy?
|
|
|
|
|
I would guess we had some test users created and deleted with the ID's likely not recycling.
|
|
|
|
|
Deleting accounts already? Those people need to be flogged. Testers and jokesters alike. 
|
|
|
|
|
They are ninja accounts. You never see them, you never hear them. Until it's too late...
cheers
Chris Maunder
|
|
|
|
|
|
Hmm, not too sure, its working for others, I'll look into in the morning.
|
|
|
|
|
Nope, I have the same issue.
|
|
|
|
|
There is a " and RootAdmin." missing in your biography ( I let you find where). 
|
|
|
|
|
Security: It’s Getting Worse[^] has the issue still.
public class SysAdmin: Employee
{
public override void DoWork(IWorkItem item){
if (item.User.Type == UserType.NoLearn){
throw new NoIWillNotFixYourComputerException(new Luser(item.User), "STOP GIVING ME THE SAME ISSUE EVERY 30 SECONDS!!!");
}else{
base.DoWork(item);
}
}
}
|
|
|
|
|
|
Seems to be fine for me. Are you still seeing the issue?
cheers
Chris Maunder
|
|
|
|
|
It's working. For now...
public class SysAdmin: Employee
{
public override void DoWork(IWorkItem item){
if (item.User.Type == UserType.NoLearn){
throw new NoIWillNotFixYourComputerException(new Luser(item.User), "STOP GIVING ME THE SAME ISSUE EVERY 30 SECONDS!!!");
}else{
base.DoWork(item);
}
}
}
|
|
|
|
|
Ok, the dev's fixed it so it should be all good now. Comment away... Although I have a feeling like I may regret opening my article to comments. 
|
|
|
|
|
My reputation points are currently 407 (according to the number to the right of my account name at the top of the page). When I post this message, I'll see that my reputation points are still 407. If I navigate to another page, then I'll see that my reputation points are 408.
|
|
|
|
|
My assumption appears to have been incorrect. I have navigated a few times and my reputation points still show as 407. I'm guessing that is cached and periodically updates.
|
|
|
|
|
Interestingly, my reputation immediately shows up as 409 when I posted the above message. I didn't have to navigate anywhere. Maybe just really good timing?
|
|
|
|
|
I noticed it yesterday as well, I think it is just a matter of time to get refreshed, because at the end the points are there
|
|
|
|
|
Just be careful, it seems you are talking to yourself. 
|
|
|
|
|
I'm not sure which of you to answer.
But yes: caching. And timing. You has them.
cheers
Chris Maunder
|
|
|
|
|
Just signed in, some posts and tried to vote the "welcome to the lounge" I got this error[^]. It actually was my first vote, I tried to vote up another post and it worked as usual.
modified 17-Apr-12 19:46pm.
|
|
|
|
|
I think I know whats going on with this... thanks, its on my list for today.
|
|
|
|