protected property MigrateDestinationUser::$md5Passwords in Migrate 7.2
Indicates whether incoming passwords are md5-encrypted - if so, we will rehash them similarly to the D6->D7 upgrade path.
Type: boolean
File
- plugins/
destinations/ user.inc, line 23 - Support for user destinations.
Class
- MigrateDestinationUser
- Destination class implementing migration into users.
Code
protected $md5Passwords = FALSE;