mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:58:51 +02:00
Add TODO
This commit is contained in:
parent
d5e189422f
commit
7c8993b34f
1 changed files with 2 additions and 0 deletions
|
@ -1082,6 +1082,8 @@ void DomainGatekeeper::getDomainGroupMemberships(const QString& domainUserName)
|
||||||
// This may be able to be provided at the same time as the "authenticate user" call to the domain API, in which case
|
// This may be able to be provided at the same time as the "authenticate user" call to the domain API, in which case
|
||||||
// a copy of some of the following code can be made there. However, this code is still needed for refreshing groups.
|
// a copy of some of the following code can be made there. However, this code is still needed for refreshing groups.
|
||||||
|
|
||||||
|
// ####### TODO: Check how often this method and the WordPress API is called.
|
||||||
|
|
||||||
QStringList wordpressGroupsForUser;
|
QStringList wordpressGroupsForUser;
|
||||||
wordpressGroupsForUser << "silVER" << "gold" << "coal";
|
wordpressGroupsForUser << "silVER" << "gold" << "coal";
|
||||||
_domainGroupMemberships[domainUserName] = wordpressGroupsForUser;
|
_domainGroupMemberships[domainUserName] = wordpressGroupsForUser;
|
||||||
|
|
Loading…
Reference in a new issue