diff options
Diffstat (limited to 'include/auth.php')
-rw-r--r-- | include/auth.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/auth.php b/include/auth.php index f3592cee3..fdcecec36 100644 --- a/include/auth.php +++ b/include/auth.php @@ -57,6 +57,7 @@ function account_verify_password($login, $pass) { ); if($x) { $ret['xchan'] = atoken_xchan($x[0]); + atoken_create_xchan($ret['xchan']); return $ret; } } |