summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/initpass.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-01-01 08:41:33 +0000
committerfukachan <fukachan>2004-01-01 08:41:33 +0000
commit93677afd30e299ef5c27cb1737d7f0dd20ccb196 (patch)
tree133358272028ba2e081d5c7df0efcd4d55c4d452 /fml/lib/FML/Command/Admin/initpass.pm
parent182d9ae3bf62ee6fb6316190b3758f874b725c00 (diff)
downloadfml8-93677afd30e299ef5c27cb1737d7f0dd20ccb196.tar.gz
fml8-93677afd30e299ef5c27cb1737d7f0dd20ccb196.tar.bz2
fml8-93677afd30e299ef5c27cb1737d7f0dd20ccb196.zip
update comments
Diffstat (limited to 'fml/lib/FML/Command/Admin/initpass.pm')
-rw-r--r--fml/lib/FML/Command/Admin/initpass.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Admin/initpass.pm b/fml/lib/FML/Command/Admin/initpass.pm
index 5e5ab25c..7f651687 100644
--- a/fml/lib/FML/Command/Admin/initpass.pm
+++ b/fml/lib/FML/Command/Admin/initpass.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML$
+# $FML: initpass.pm,v 1.1 2003/02/02 10:59:19 fukachan Exp $
#
package FML::Command::Admin::initpass;
@@ -17,7 +17,7 @@ use FML::Command::Admin::changepassword;
@ISA = qw(FML::Command::Admin::changepassword);
-# Descriptions: initialize admin password of a new user.
+# Descriptions: initialize remote admin password of a new user.
# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
# Side Effects: forward request to password module
# Return Value: none