Method code for $security_lib.check_password()

[Turn off line numbering]
  1: arg object, passwd, @cinfo;
  2: 
  3: (> .perms(caller(), $login_interface, $pop3_interface) <);
  4: return object.check_password(passwd, @cinfo);

// Brad Roberts
// Bruce Mitchener, Jr.
// Created 19-May-1997 as a part of ColdCore, see: @help Credit

Tlon