emanuele
|
23cdbaf210
This should do the trick with tokens and logins: password hashed in javascript using toekn too
|
12 years ago |
emanuele
|
9e3c2dc1b9
! Workaround for the wrong redirect on quick login (i.e. when a login page is presented login_url is set and used in any subsequent login from the quick-login) [Topic 406752]
|
12 years ago |
emanuele
|
e16e1b0b16
! Automatically enable moderator session (to access moderation center) after login, the same thing done for the admin panel
|
12 years ago |
Spuds
|
739035b053
! removed an unnecessary error suppression
|
12 years ago |
Spuds
|
85f1a014eb
! removed error suppression with proper check LogInOut.php
|
12 years ago |
Spuds
|
2177f8c106
! replace some strpos(strtolower()) with stripos where mods generally don't play
|
12 years ago |
Spuds
|
6d253143bc
! Removed $context['complex_preg_chars'] usage in regex, only was required for php < 4.3.2
|
12 years ago |
Spuds
|
886f427c4f
! Some more documentation changes
|
12 years ago |
Spuds
|
f438dcabae
! Change @ini_get to ini_get. It never returns an error.
|
12 years ago |
Spuds
|
c3f6282f89
! Our str_ireplace function can support the argument as we support PHP 4.1.0+ (Subs-Compat.php)
|
12 years ago |
Spuds
|
8965e86c4d
! Pedantry in action. Making sure all new files have 'LF' svn property.
|
12 years ago |
Spuds
|
f9cb33a75c
! Theme editing didn't correctly handle session errors for templates (Themes.php)
|
12 years ago |
Spuds
|
094b03363e
! a little more code documentation
|
12 years ago |
Spuds
|
43a6f4bd7a
! Refactor our session handler implementation into a separate Session.php file. Load.php is overloaded. :P
|
12 years ago |
Spuds
|
a18e888838
10610
|
12 years ago |