Use canonical username, not the raw user input.

This commit is contained in:
Juerd Waalboer 2013-02-26 13:02:22 +01:00
parent 3f32f020c8
commit 2020bfea20

View file

@ -16,7 +16,7 @@ sub benedinges :Tab(USERS) {
$self->{user} = parse_user($input)
or return REJECT, "$input: No such user.";
return "Amount to give to $input", \&amount;
return "Amount to give to $self->{user}", \&amount;
}
sub amount {