mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-5: All strings are valid user identifiers.
This commit is contained in:
@@ -258,6 +258,14 @@ public class UserService extends ModeledDirectoryObjectService<ModeledUser, User
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected boolean isValidIdentifier(String identifier) {
|
||||||
|
|
||||||
|
// All strings are valid user identifiers
|
||||||
|
return true;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves the user corresponding to the given credentials from the
|
* Retrieves the user corresponding to the given credentials from the
|
||||||
* database. If the user account is expired, and the credentials contain
|
* database. If the user account is expired, and the credentials contain
|
||||||
|
Reference in New Issue
Block a user