GUACAMOLE-524: Changed addStandardTokens so user.getAttributes is called

This commit is contained in:
Jared Frees
2018-06-14 11:08:50 -04:00
parent 3d4f465c10
commit 49c3f11854
2 changed files with 2 additions and 4 deletions

View File

@@ -171,6 +171,8 @@ public class StandardTokens {
// Add tokens specific to credentials
addStandardTokens(filter, user.getCredentials());
// Add custom attribute tokens
addAttributeTokens(filter, user.getAttributes());
}
/**