Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users created outside of Metalnx are not listed in Metalnx #327

Closed
alanking opened this issue Nov 9, 2022 · 1 comment
Closed

Users created outside of Metalnx are not listed in Metalnx #327

alanking opened this issue Nov 9, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@alanking
Copy link

alanking commented Nov 9, 2022

I created some users via iadmin mkuser but they do not show up in the list of users (modifying permissions, etc.). I think that restarting the service and/or syncing the database with the catalog may resolve this issue.

@alanking alanking added this to the 3.0.0 milestone Nov 22, 2024
@alanking alanking added the bug label Nov 22, 2024
JustinKyleJames added a commit to JustinKyleJames/metalnx-web that referenced this issue Dec 5, 2024
…on the Metalnx database.

- Removed code for favorites, templates, user profiles, and bookmarks.
- Removed references to the deleted forms and user fields
- Changed UserService.findByQueryString to UserService.findByUsername as
the user name is the only field that can be queried since the other
fields were all stored in the local Metalnx database.
- Removed the database sync jobs.

This fixes issue 327 as user info is now obtained directly from iRODS.

[214][327] remove references to sync jobs
JustinKyleJames added a commit to JustinKyleJames/metalnx-web that referenced this issue Dec 5, 2024
…on the Metalnx database.

- Removed code for favorites, templates, user profiles, and bookmarks.
- Removed references to the deleted forms and user fields
- Changed UserService.findByQueryString to UserService.findByUsername as
the user name is the only field that can be queried since the other
fields were all stored in the local Metalnx database.
- Removed the database sync jobs.

This fixes issue irods-contrib#327 as user info is now obtained directly from iRODS.
alanking pushed a commit that referenced this issue Dec 5, 2024
- Removed code for favorites, templates, user profiles, and bookmarks.
- Removed references to the deleted forms and user fields
- Changed UserService.findByQueryString to UserService.findByUsername as
the user name is the only field that can be queried since the other
fields were all stored in the local Metalnx database.
- Removed the database sync jobs.

This fixes issue #327 as user info is now obtained directly from iRODS.
@JustinKyleJames
Copy link
Contributor

After the changes for #214, the user data is now retrieved directly from iRODS. This issue has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants