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

No "register" option on admin page #550

Open
dube920 opened this issue Aug 3, 2018 · 12 comments
Open

No "register" option on admin page #550

dube920 opened this issue Aug 3, 2018 · 12 comments

Comments

@dube920
Copy link

dube920 commented Aug 3, 2018

Just got plexrequests set up, went to localhost:3000/admin but there is "don't have an account? register" option like there should be to create my admin account. Literally stuck and can't actually use plexrequests because there's no way to create my admin account.

@andrewouellette
Copy link

I did the exact same thing. It just keeps saying Login Forbidden. How do we create the admin account?

@jamzag
Copy link

jamzag commented Aug 10, 2018

A new install today on ubuntu and I am seeing the same issue as above.

@andrewouellette
Copy link

I redownloaded from the “releases” section on the site. Repository version has issues.

Works fine now.

@raynfalldown
Copy link

I can confirm that I cloned the repo and could not find the register button. I tried installing release 1.21.2 (latest) and found the registration button. Thanks, andrewouellette, for the tip.

@jamzag
Copy link

jamzag commented Aug 12, 2018

Coming back to add that the above worked. Thanks for the reply andrewouellette.

@sintaxx
Copy link

sintaxx commented Sep 27, 2018

Coming back to add that the above worked. Thanks for the reply andrewouellette.

how exactly do I do this? i'm not too familiar with git.

@simonwistow
Copy link

I did docker-compose down && docker-compose rm -f then downloaded 1.21.2 and did docker-compose up but I'm still not getting the "register" link on admin. Do I have to do anything else?

@krestaino
Copy link

@simonwistow I'm having the same issue right now. Did you figure it out?

@simonwistow
Copy link

@krestaino I didn't sorry. I just used Ombi instead

@ey3ball
Copy link

ey3ball commented Jan 9, 2019

Here's a workaround : go to the admin page and paste the following javascript in the adress bar :
javascript:$('div.at-signup-link').removeClass('hidden')

This will display the register link and should allow you to login

@stangri
Copy link

stangri commented Jan 27, 2019

Just to add to @ey3ball reply, in Chrome under macOS, I've had to type it into JavaScript console (View->Developer->JavaScript Console).

@ScapraraGit
Copy link

RegisterLink
Another workaround is to inspect the page and navigate to the at-signup-link hidden element and make it visible. See screenshot attached.

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

No branches or pull requests

10 participants