NAME FML::Command::Auth - authentication functions. SYNOPSIS DESCRIPTION METHODS new() constructor. reject($curproc, $optargs) dummy :-) permit_anyone($curproc, $optargs) permit anyone. permit_admin_member_maps($curproc, $optargs) permit if admin_member_maps has the sender. reject_system_special_accounts($curproc, $optargs) reject if the mail address looks like system accounts. check_admin_member_password($curproc, $optargs) check the password if it is valid or not as an administrator. change_password($curproc, $command_context, $up_args) change password. $up_args = { maplist => $maps, address => $address, password => $password, }; CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. HISTORY FML::Command::Auth first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.