-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.1.1
-
Component/s: None
4. In "Manage Users" fullname is incorrectly displayed sometimes..
> > >
> > > Often, instead of displaying the Full Name after a search in "Manage
> > > Users" I see "$webwork.htmlEncode($user.fullName) " instead. This
> > > occurs if EITHER the sn or the givenname field are blank.
> > >
> > > Fix: Could you allow firstnameAttribute OR surnameAttribute to be
> > > blank.. If both are blank then maybe drop the result as invalid? Or at
> > > least display a more friendly "No username available" message.
> > >
> > > Addendum: My internal "admin" user is giving the
> > > "$webwork.htmlEncode($user.fullName)" message as well even though it
> > > is stored in the Hibernate db. This appears to be because "admin"
> > > exists as a user as well in LDAP. If I create a local account called
> > > "admin-confluence" then fullname is displayed just fine.