Signed-off-by: Bill Erickson <berick@esilibrary.com>
$user->$_($val);
}
+ # requestor is logged in, capture who is making this request
+ $user->requesting_usr($ctx->{user}->id) if $ctx->{user};
+
# make sure the selected home org unit is in the list
# of valid orgs. This can happen if the selector
# defaults to CONS, for example.
[% ELSE %]
+ [% IF ctx.user %]
+ <!-- if the user is logged in, make it
+ clear we are tracking the requestor -->
+ <h4>[% l('New account requested by ' _ HUMAN_NAME_FORMAT,
+ ctx.user.prefix, ctx.user.first_given_name,
+ ctx.user.second_given_name, ctx.user.family_name,
+ ctx.user.suffix
+ ) | html %]</h4>
+ [% END %]
+
<form method='POST'>
<table>
<tr>