mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
fixes for email and passwords
This commit is contained in:
parent
d26840b61f
commit
10a7b5f836
@ -781,6 +781,10 @@
|
|||||||
{
|
{
|
||||||
$phpgw_info["user"]["preferences"]["email"]["passwd"] = $phpgw_info["user"]["passwd"];
|
$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"]))
|
if (!isset($phpgw_info["user"]["preferences"]["email"]["address"]))
|
||||||
{
|
{
|
||||||
$phpgw_info["user"]["preferences"]["email"]["address"] = $phpgw_info["user"]["userid"]
|
$phpgw_info["user"]["preferences"]["email"]["address"] = $phpgw_info["user"]["userid"]
|
||||||
|
Loading…
Reference in New Issue
Block a user