You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
Add new user account using the CreateAccount gRPC call
List the available accounts using ListAccount gRPC call
Expected Result
The newly created account Is listed in the response
Actual Result
The Account is created in the data store but not returned in the response
Explaination
The reason the accounts are not returned in the response is that the indexing used for retrieving groups/accounts from the file system is not updated. So it cannot find the new accounts.
Steps to reproduce
Expected Result
Actual Result
Explaination
The reason the accounts are not returned in the response is that the indexing used for retrieving groups/accounts from the file system is not updated. So it cannot find the new accounts.
Mentioned https://github.com/owncloud/ocis-accounts/blob/master/pkg/service/v0/groups.go#L327
Tests #32
The text was updated successfully, but these errors were encountered: