#1334 update lastaflute
This commit is contained in:
parent
4a83ea2051
commit
63c64876a7
2 changed files with 1 additions and 9 deletions
2
pom.xml
2
pom.xml
|
@ -40,7 +40,7 @@
|
|||
|
||||
<!-- Main Framework -->
|
||||
<dbflute.version>1.1.4</dbflute.version>
|
||||
<lastaflute.version>1.0.0-RC6</lastaflute.version>
|
||||
<lastaflute.version>1.0.2-RC4</lastaflute.version>
|
||||
<lasta.taglib.version>0.7.2</lasta.taglib.version>
|
||||
<lasta.job.version>0.5.1-RC6</lasta.job.version>
|
||||
<mailflute.version>0.5.6</mailflute.version>
|
||||
|
|
|
@ -170,12 +170,4 @@ public class FessLoginAssist extends TypicalLoginAssist<String, FessUserBean, Fe
|
|||
cb.query().setPassword_Equal(cipheredPassword);
|
||||
}).map(user -> (FessUser) user);
|
||||
}
|
||||
|
||||
// ===================================================================================
|
||||
// Logout
|
||||
// ======
|
||||
@Override
|
||||
public void logout() {
|
||||
sessionManager.invalidate();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue