now to fix passwords
This commit is contained in:
@@ -20,6 +20,7 @@ if (user_id != null) {
|
|||||||
userSession.user_id = user_id;
|
userSession.user_id = user_id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
userSession.set("password_valid", true);
|
||||||
|
|
||||||
if (!userSession.loadSessionData()) {
|
if (!userSession.loadSessionData()) {
|
||||||
var errpage = wtvshared.doErrorPage(400, "Invalid user ID.");
|
var errpage = wtvshared.doErrorPage(400, "Invalid user ID.");
|
||||||
|
|||||||
Reference in New Issue
Block a user