wizarrrr / wizarr

Wizarr is an advanced user invitation and management system for Jellyfin, Plex, Emby etc.
https://docs.wizarr.dev
MIT License
1.25k stars 86 forks source link

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

Open Dalethium opened 7 months ago

Dalethium commented 7 months ago

Are you using the latest release?

Have you checked a bug report doesn't already exist?

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

JamsRepos commented 4 months ago

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.

Starstrike commented 4 months ago

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

Starstrike commented 4 months ago

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