Module created to enhance the visual aspect of the Media file, from the Media module. It currently support File field and CKEditor. Allow 3 different type of display:
No frame; as if the module were not present
Wikipedia style; showing image in a frame, with its metadata displayed bellow, similar to wikipedia
Overlay; image metadata shown on top of the image
The module share some file fields with the media gallery module. The effect of this module can rollbacked by disabling the module and clearing the cache.
The module use the CKEditor image attributes to style the frame; image width & height, float, margin, padding, etc. Those attributes can be modified as usual using the image property window.
The metadata displayed with the image come from the file fields. Updating those fields also update the info of every instance of the image. The info can be fixed or overriden for a specific instance using the CKEditor image dialog window.
This simple module adds a new filter for each field created on the site. Specifically this filter see if the entity has at least one element or not in a particular field.
This module provides a field type for Password Confirm.
Features:
* Fields similar to the password field used in user registration form.
* Javascript based on line validation.
* Save Password settings for
Drupal based encryption for password value
Plain text password value.
* Show Password on node form
Plain Text
Dotted Value
INSTALLATION:
1. Place the entire password_confirm directory into your Drupal sites/all/modules/ directory.
2. Enable the Password Confirm module by navigating to:
administer > modules
Note:
To enable encryption of password, see settings.
Once you choose to encrypt password you should not use show password, else it will show the hash value of password.
Their is another module called Password Field, But this module is different from that one in several ways:
By adding one field, set of field for password and confirm password gets added to the form
In line validation of password strength and password match is done.
Password can be save in either encrypted form or as plain text, depending upon requirement.