|
Ok so I wasn't going crazy(er),
It is new.
Thanks Vince and Chris for all of your Good and Hard work.
The new section may pick up more questions.
|
|
|
|
|
on the RootAdmin / My Settings / Newsletter tab, Feedback checkbox still references CodeProject (or are these duplicates of the CP emails?). On the Public Profiles tab the Biography text description still references CodeProject.
|
|
|
|
|
Gotcha, thanks, will clean this up. 
|
|
|
|
|
I tried to comment on an article and clicked the comment button but nothing happens
|
|
|
|
|
Which browser? There has been a site update today so you may want to try again.
cheers
Chris Maunder
|
|
|
|
|
|
Should be good now.
cheers
Chris Maunder
|
|
|
|
|
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.
|
|
|
|