[Koha] How to Get Active logged in User Details Based on Sessions Running on Client machines

Jonathan Druart jonathan.druart at biblibre.com
Thu Jun 19 19:34:22 NZST 2014


Hello,

If I correctly understand, you want to retrieve the email address of
the logged in user.
Technically, you can do something like:
  my $logged_in_user_infos = C4::Members::GerMember( borrowernumber =>
$loggedinuser );

with $loggedinuser the variable returned by get_template_and_user.

Since your email was not sent on the koha-devel list, I am not sure
you are waiting for a technical answer :)

Regards,
Jonathan

2014-06-19 7:29 GMT+02:00 Arun Kumar <arun.aimit.2010 at gmail.com>:
> Hello,
>
> I have been working on KOHA customization for almost 2 months, Inorder make
> it Compatible to our Workflow.
>
> My question is How to get Active User details Currently managing the
> Intranet interface, like how it automatically does in Suggestion Management
> of acquisition module i.e When we change the Suggestion status it picks
> automatically the current managed user "Managed By" column.
>
> This is required to make it agile sending email alerts from the current
> managed user as it does it using default admin address ie
> "KohaAdminEmailAddress" stored in System Preference.
>
> the modules are little difficult to understand, hence development is
> delayed. Please Help Us, We have been trying a lot any help will be
> appreciated
>
> Regards
>
> Arunkumar
> National Institute of Oceanography
> Dona-Paula, Goa, India
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha


More information about the Koha mailing list