Method code for $security_lib.check_password()

[Turn on line numbering]
arg object, passwd, @cinfo;

(> .perms(caller(), $login_interface, $pop3_interface) <);
return object.check_password(passwd, @cinfo);

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

Tlon