Can Anonymous Coward Be Renamed?
Is there a way to rename the nickname Anonymous Coward? If a site wants to encourage anonymous submissions for some reason, calling them cowards is a bit insulting. I called up user 1 and changed the Realname field, but that didn't work. Template 101 edit_comments seems to use user.nickname, but I can't find a place to change that outside of SQL. Would something break if I did change it in SQL?
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.



AC is an existing user (Score:1)
The only problem I can see for changing the username in MySQL is that archived shtml pages would still display the Anonymous Coward username after the change. Don't take my word for it though, there maybe internal things that rely on user #1's settings. I'd personally go for a new anon user account.
How to do that from mysql (Score:2)
update stories set writestatus = 'dirty';
update discussions set flags = 'dirty';
stop and restart slashd and Apache.
Check out the Slash in Italian Project [kenobi.it]
Re:How to do that from mysql (Score:2)
--
You can't grep a dead tree.