Added "karma" to the user's account interface.

This commit is contained in:
JT Smith 2002-07-01 02:00:33 +00:00
parent 9e06b1f9ac
commit b71a503486

View file

@ -297,6 +297,7 @@ sub www_displayAccount {
$output .= '<h1>'.WebGUI::International::get(61).'</h1>';
$f = WebGUI::HTMLForm->new;
$f->hidden("op","updateAccount");
$f->readOnly($session{user}{karma},WebGUI::International::get(537)) if ($session{setting}{useKarma});
if ($session{user}{authMethod} eq "LDAP" && $session{setting}{usernameBinding}) {
$f->hidden("username",$session{user}{username});
$f->readOnly($session{user}{username},WebGUI::International::get(50));