wizarr
wizarr copied to clipboard
[Feature] | Request integration does not automatically import users on invitation.
Are you using the latest release?
- [X] Yes, I am using the latest release.
Have you checked a bug report doesn't already exist?
- [X] Yes, I have checked the existing bug reports.
What happened?
Users created from invites are not having their emails added to their JellySeer accounts.
Virtualisation
Docker
What operating system are you seeing the problem on?
Linux
What browsers are you seeing the problem on?
Chrome
Project Location
Remote
Bug Description
When a user signs up using an invite link and they enter their email, it is not being added to their JellySeer accounts.
Steps to Reproduce
link Jellyseer and Wizarr and sign up with an invitation link.
Relevant Log Output
No response
Hi @Dalethium.
Although this seems like it was an intended feature, there is no code to indicate this was ever done so i've marked this as an enchancement for something to be done.
This seems like a vital feature to me so we'll make sure this is something seen to soon.
Just adding a comment here. Ombi's Identity API should be able to create a user, as seen in the swagger/index.html UI. Ombi CAN import users from plex/emby/jellyfin through a cron job but this runs on an interval or if triggered manually in Ombi on the User Management screen.
Having Wizarr just create the user at the same time would mean not having to manually import users or wait for the cron job to run.
Also, another option would be to run the userimporter api. There are separate ones for plex, emby, and jellyfin. Let Ombi do the work to import the user instead of creating it with wizarr.
As far as I know Jellyseerr imports users from Jellyfin, although there is no email in Jellyfin accounts (that also seems to be how wizarr works). So Jellyseer's user should be updated with another api call after I guess?