summaryrefslogtreecommitdiff
path: root/login.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-18 10:00:18 +0100
committerAndrew Dolgov <[email protected]>2005-11-18 10:00:18 +0100
commite6cb77a07ad5ff4b7d43aa00fdf1fc810bfebf69 (patch)
tree9b02156c3d1debc5530b1ec6b671ce54f700e53b /login.php
parentcd42edf18dac1955a4046cc68a790aaf77cd6536 (diff)
user manager
Diffstat (limited to 'login.php')
-rw-r--r--login.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/login.php b/login.php
index 86694667a..1aa606d50 100644
--- a/login.php
+++ b/login.php
@@ -12,6 +12,7 @@
if ($login && $password) {
if (authenticate_user($link, $login, $password)) {
+ initialize_user_prefs($link, $_SESSION["uid"]);
header("Location: tt-rss.php");
}
}