wizarr icon indicating copy to clipboard operation
wizarr copied to clipboard

[Feature] | Request integration does not automatically import users on invitation.

Open Dalethium opened this issue 1 year ago • 5 comments
trafficstars

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

Dalethium avatar Jan 20 '24 12:01 Dalethium

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.

JamsRepos avatar Apr 07 '24 18:04 JamsRepos

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.

image

Ryderjj89 avatar Apr 17 '24 22:04 Ryderjj89

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.

image

Ryderjj89 avatar Apr 19 '24 21:04 Ryderjj89

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?

bonswouar avatar Jan 09 '25 09:01 bonswouar