Fix bug with session.login(name, pw) always returning false
This commit is contained in:
parent
473b05c77b
commit
6049832b09
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ public class Session implements Serializable {
|
||||||
if (app.loginSession(userName, password, this)) {
|
if (app.loginSession(userName, password, this)) {
|
||||||
lastModified = System.currentTimeMillis();
|
lastModified = System.currentTimeMillis();
|
||||||
modifiedInRequest = true;
|
modifiedInRequest = true;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue