I'm using AuthUser on my site and have various forms that visitors can use to add content (blog coments, etc.).<br><br>It appears that any visitor can add any name they want into any author field and save the page. I'd like to be able to block visitors from being able to use a certain name in the author field so that my name doesn't appear in the page history for someone else's edits.<br>
<br>I have this in my config.php file (after including the authuser.php script):<br>## Automatically set the author field if user is logged in<br>if (@$AuthId) $Author = 'Ian MacGregor';<br><br>What can I add to my config.php file so that nobody else can use my name (Ian MacGregor)?<br clear="all">
<br>-- <br>Regards,<div>Ian MacGregor</div><br>