upstream V3 development https://www.gnusocial.rocks/v3
Go to file
Evan Prodromou be3a44651c implement rememberme functionality
Added a checkbox on login or register to remember the current user. If
the login is successful, this sets a cookie with a random code (saved
in the DB). If they come back, and they aren't logged in "normally",
we check to see if they have a rememberme cookie. If so, we log them
in.

However, they can't change settings -- cookie theft is too prevalent.
So we mark a session as having a "real" (password or OpenID) login, or
not. In settings pages, we check to see if the login is "real", and if
not, we redirect to the login page.

darcs-hash:20080624025234-34904-ad20001bf35bf41fcb63a0c357fd929aacc55fdb.gz
2008-06-23 22:52:34 -04:00
actions implement rememberme functionality 2008-06-23 22:52:34 -04:00
classes add table for remember me codes 2008-06-23 22:02:05 -04:00
db add table for remember me codes 2008-06-23 22:02:05 -04:00
doc jabber send and confirmation code 2008-06-23 21:32:03 -04:00
js add jQuery 2008-06-17 00:36:50 -04:00
lib implement rememberme functionality 2008-06-23 22:52:34 -04:00
theme more fixes in default theme 2008-06-23 21:48:43 -04:00
COPYING license block for source code 2008-05-14 15:26:48 -04:00
config.php.sample first pass at a daemon to receive XMPP messages 2008-06-22 22:27:10 -04:00
dataobject.ini do some commits 2008-06-18 23:32:12 -04:00
htaccess.sample move confirmemail to confirmaddress 2008-06-22 11:52:50 -04:00
index.php remove check immediate 2008-06-22 13:33:41 -04:00
xmppdaemon.php add jabber library and use it 2008-06-23 20:15:23 -04:00