Descripción
Este plugin añade un campo de contraseña al plugin Contact Form 7.
Ejemplo: [password tu-contrasena] (opcional) / [password* tu-contrasena] (obligatorio)
Instalación
Es fácil:
Instala y activa el plugin.
FAQ
-
How to use the ability of the password check?
-
Enter the value of the “name” on the field if you wish to verify a value of a password field.
Ex. If you set [password password-100], set [password* password-101 password_check:password-100]. Please pay attention a miss with uppercase and lowercase letters. -
How the use the ability to display a password?
-
Set the “id” and the value sets same as “name” value.
Ex. If you set [password password-100], change to [password password-100 id:password-100].The feature uses the library(Web fonts and CSS) of Font Awesome ( https://fontawesome.com/ ).
-
How the customize the validation check?
-
Please see the follwoing document.
https://info.cseas.kyoto-u.ac.jp/en/links-en/plugin-en/wordpress-dev-info-en/cf7-add-password-field_en
Reseñas
Colaboradores y desarrolladores
«Contact Form 7 Add Password field» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Contact Form 7 Add Password field» ha sido traducido a 6 idiomas locales. Gracias a los traductores por sus contribuciones.
Traduce «Contact Form 7 Add Password field» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
4.1
- Update the css and webfonts powered by fontawesome.com from 5.15.4 to version 6.4.2.
- New “hideIcon” option has been added. By setting this, it can hide the icon for displaying passwords.
- Tested up WordPress 6.3 with PHP 8.2.
4.0
- Fxied the issue for the version 5.8 of Contact form 7; Since the version 5.8 of Contact form 7 ignores the id attribute if the same ID is already used for another element.
- Changed to require WordPress 6.2+ and PHP 7.4+ according to the specifications required by Contact Form 7 itself.
3.31
- Fixed some error message.
3.3
- Added “specific_password_check” option for matching with specific passwords specified in advance.
3.2
- Fixed the markup changes in form controls, such as error message, since the version 5.6 of Contact Form 7 plugin (https://contactform7.com/2022/05/20/contact-form-7-56-beta/).
- Tested up 6.1
3.1
- Fixed misspelling of id in maxlength on input tag (it was naxlength).
3.0
- Fixed the password strength check.
2.10
- Added character count option “minlength” ad “maxlength” implemented in Contact Form 7 plugin.
- If both of “password_min” and “minlength” are set, the “minlength” setting takes precedence.
2.92
- Fixed one of language translation.
- Tested up 6.0
2.91
- The css and webfonts powered by fontawesome.com for the password display icon was involded to the plugin for supporting an offline or CDN.
2.9
- Added the hook “wpcf7_k_password_validation_filter” for customizing the validation check. Please refer to the FAQ for details.
2.8
- Added the ability to display a password. Please refer to the FAQ for details.
2.7
- Fixed some language transtaion.
- Added the ability to verify a field value like a password.
2.6
- Fixed the error message regarding the description on the password generation form.
- Tested up 5.7 with PHP 8.0
- Tested up 5.8
2.5
- Añadidas dos restricciones: «Número de caracteres», «Fortaleza de la contraseña».
- Probado hasta 5.5.1 con PHP 7.4
- Probado hasta 5.6 con PHP 7.4
2.4
- Corregido el problema de que el gancho «cf7-add-password-field-features» no estaba disponible.
- Probado hasta 5.5 con PHP 7.4
2.3
- Añade la opción de texto de marcador de posición (https://contactform7.com/en/setting-placeholder-text/).
- Probado hasta 5.3.2 con PHP 7.4
2.2
- Probado hasta 5.3.1
- Añade el gancho «cf7-add-password-field-features» para personalizar la opción wpcf7_add_form_tag.
2.1
- Probado hasta 5.2.4 con PHP 7.3.
- Corregidos los argumentos de load_plugin_textdomain para WordPress 3.7 o posterior.
2.0
- Probado hasta 5.2.2 con PHP 7.3.
- Compatibilidad para el botón de formulario «Contraseña».
1.0
- Primera versión.