lokenx / plexrequests-meteor

Meteor version of the original Plex Requests
http://plexrequests.8bits.ca
Other
527 stars 136 forks source link

No "register" option on admin page #550

Open dube920 opened 6 years ago

dube920 commented 6 years ago

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 commented 6 years ago

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

jamzag commented 6 years ago

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

andrewouellette commented 6 years ago

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

Works fine now.

raynfalldown commented 6 years ago

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 commented 6 years ago

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

sintaxx commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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

simonwistow commented 6 years ago

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

ey3ball commented 5 years ago

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 commented 5 years ago

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

ScapraraGit commented 3 years ago

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