| Form::Factory::Control::Password - the password control |
Form::Factory::Control::Password - the password control
version 0.014
has_control new_password => ( control => 'password', );
head1 DESCRIPTION
This is a password control. It is similar to a text control, but does not stash anything and has no default value.
This returns value if set or an empty string.
We have a useful current value when it is defined and the length of the string is greater than zero.
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
Copyright 2009 Qubling Software LLC.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.
| Form::Factory::Control::Password - the password control |