[pmwiki-users] Author field and usernames problem

Michele Cabano cabano at alice.it
Mon Jan 22 11:06:59 CST 2007


Patrick R. Michaud wrote:
> If you want the Author name to always exactly follow the username 
> login value, then use the following sequence:
>
>     include_once('scripts/authuser.php');
>     if (@$AuthId) $Author = $AuthId;
>
> See http://www.pmwiki.org/wiki/Cookbook/RequireAuthor for more details.
>
> Pm
>   

Thanks for the reply.

I modified config.php like above, but the problem still exists.
I also noticed that if I write someting containing non-alphanumeric 
characters in the author field (like 'john..smith' or 'john/smith') 
modifications are assigned in every case to 'johnsmith'

Michele




More information about the pmwiki-users mailing list