[dokuwiki] greet + question: MySQL auth, display name vs. loginname

Hello,

I'm new to this list so hello everyone!

I've managed to authenticate from an existing mysql user db, but in the
'last modified by' section and in the article change history the
system  displays the loginname, not the real/displayname i queried from

$conf['auth']['mysql']['getUserInfo'] = "SELECT c.realname as
name, u.u_email AS mail   FROM sys_user u, realnames c WHERE
u_name='%{user}' AND u.u_id=c.u_id";

how can i display the realnames and not the loginnames?

Thx in advance.

BePe
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: