fixes for email and passwords

This commit is contained in:
skeeter 2001-02-21 03:48:59 +00:00
parent d26840b61f
commit 10a7b5f836

View File

@ -781,6 +781,10 @@
{
$phpgw_info["user"]["preferences"]["email"]["passwd"] = $phpgw_info["user"]["passwd"];
}
else
{
$phpgw_info["user"]["preferences"]["email"]["passwd"] = $this->decrypt($phpgw_info["user"]["preferences"]["email"]["passwd"]);
}
if (!isset($phpgw_info["user"]["preferences"]["email"]["address"]))
{
$phpgw_info["user"]["preferences"]["email"]["address"] = $phpgw_info["user"]["userid"]