mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-394: No need to explicitly set ID - it's automatically pulled from the username.
This commit is contained in:
@@ -132,7 +132,6 @@ public class ModeledUserContext extends RestrictedObject
|
||||
|
||||
// Create login record for user
|
||||
userRecord = new ActivityRecordModel();
|
||||
userRecord.setUserID(currentUser.getUser().getModel().getObjectID());
|
||||
userRecord.setUsername(currentUser.getIdentifier());
|
||||
userRecord.setStartDate(new Date());
|
||||
userRecord.setRemoteHost(currentUser.getCredentials().getRemoteHostname());
|
||||
|
Reference in New Issue
Block a user