Menu

#45 givenname only supplied for annon users.

open
nobody
5
2001-08-12
2001-08-12
Anonymous
No

When auth.phtml is run, the $userinfo[givenname][0]
var is not registrerd for others than anonmymous
users.

Simplest way of dealing with this is to add the
following line just before the first if (!
$anonymous) statement.

if ( strlen($userinfo["givenname"][0]) < 1 ) $userinfo
["givenname"][0] = $username;

Discussion


Log in to post a comment.

MongoDB Logo MongoDB