<div dir="ltr"><div style="font-size:12.8px">Hello,</div><div style="font-size:12.8px">I am new to perl as well as to koha and I want to modify Koha's code for authentication such that if a user with user name let say admin is logged in and meanwhile someone else wants to login with the same user name that is admin but with different ip address then the koha should restrict this activity.</div><div style="font-size:12.8px">If user logged in has the following details - </div><div style="font-size:12.8px">username-admin</div><div style="font-size:12.8px">ip-192.168.1.129</div><div style="font-size:12.8px">and if another user try to login with the following -</div><div style="font-size:12.8px">username-admin</div><div style="font-size:12.8px">ip-192.168.1.130</div><div style="font-size:12.8px">Then that user should not be able to logged in.</div><div style="font-size:12.8px"> </div><div style="font-size:12.8px">I have been reading the Auth.pm file, it has code regarding authentication and I am unable to find that where the user is allowed to login after successful authentication as I want to put my code at that place.</div></div>