Get current user password

iamleppert - August 16, 2007 - 21:09

How do I get the currently logged on user's password for such things as single sign-on etc.?

You can't

yelvington - August 16, 2007 - 22:45

You can't, and that's by design. Password is not stored; a hash is stored.

To support single signon, you need a single domain (for cookie propagation) and at least some shared tables.

AES encryption

nimazuk - August 17, 2007 - 05:26

You may use AES encryption module.
http://drupal.org/project/aes

This module can provide you with readable passwords. You will be able to designate roles with the ability to view other users passwords in plain text.

N.Mehrabany
Baruzh web design & programming

 
 

Drupal is a registered trademark of Dries Buytaert.