#!/usr/bin/perl -wT #---------------------------------------------------------------------- # heading : Your Settings # description : PASSWORD_CHANGE # longdesc : change your password # navigation : 100 100 # e-smith manager functions: userpassword # copyright (C) 1999, 2000, 2001 e-smith, inc. # FM version stephen@dungog.net 2006 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # #---------------------------------------------------------------------- use strict; use warnings; use esmith::FormMagick::Panel::userpanelPassword; my $fm = esmith::FormMagick::Panel::userpanelPassword->new(); $fm->display(); __DATA__
DESCRIPTION