mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
Set output session Uuid to input uuid, in buildQSessionFromUuid
This commit is contained in:
@ -406,6 +406,7 @@ public class TableBasedAuthenticationModule implements QAuthenticationModuleInte
|
|||||||
qUser.setIdReference(userRecord.getValueString(metaData.getUserTableUsernameField()));
|
qUser.setIdReference(userRecord.getValueString(metaData.getUserTableUsernameField()));
|
||||||
|
|
||||||
QSession qSession = new QSession();
|
QSession qSession = new QSession();
|
||||||
|
qSession.setUuid(sessionUuid);
|
||||||
qSession.setIdReference(sessionUuid);
|
qSession.setIdReference(sessionUuid);
|
||||||
qSession.setUser(qUser);
|
qSession.setUser(qUser);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user