HTML::FormHandler::Field::Password man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

HTML::FormHandler::FieUserPContributed PeHTML::FormHandler::Field::Password(3)

NAME
       HTML::FormHandler::Field::Password - password field

VERSION
       version 0.35005

DESCRIPTION
       The password field has a default minimum length of 6, which can be
       easily changed:

	 has_field 'password' => ( type => 'Password', minlength => 7 );

       It does not come with additional default checks, since password
       requirements vary so widely. There are a few constraints in the
       HTML::FormHandler::Types modules which could be used with this field:
       NoSpaces, WordChars, NotAllDigits.  These constraints can be used in
       the field definitions 'apply':

	  use HTML::FormHandler::Types ('NoSpaces', 'WordChars', 'NotAllDigits' );
	  ...
	  has_field 'password' => ( type => 'Password',
		 apply => [ NoSpaces, WordChars, NotAllDigits ],
	  );

       You can add your own constraints in addition, of course.

       If a password field is not required, then the field will be marked
       'noupdate', to prevent a null from being saved into the database.

   ne_username
       Set this attribute to the name of your username field (default
       'username') if you want to check that the password is not the same as
       the username.  Does not check by default.

AUTHOR
       FormHandler Contributors - see HTML::FormHandler

COPYRIGHT AND LICENSE
       This software is copyright (c) 2011 by Gerda Shank.

       This is free software; you can redistribute it and/or modify it under
       the same terms as the Perl 5 programming language system itself.

perl v5.14.1			  2011-10HTML::FormHandler::Field::Password(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net