Allow adding of passwords
abluehs3 - March 5, 2008 - 19:29
| Project: | Profile CSV |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Is it possible to have a human-readable password included in the CSV? The AES module allows the Admin to view the passwords locally, but would it be possible to put them in the CSV, possibly with using the aes_decrypt() function within AES?

#1
Passwords are never stored in a reversible format within Drupal. So this would be impossible.