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

(Enhancement) Restrict Views To Auth'ed Users Only #57

Closed
HDVinnie opened this issue Mar 27, 2018 · 2 comments
Closed

(Enhancement) Restrict Views To Auth'ed Users Only #57

HDVinnie opened this issue Mar 27, 2018 · 2 comments

Comments

@HDVinnie
Copy link
Contributor

Right now on signup and register page when not yet authorized one can see all the options in the navigation bar. Torrents/ Forums / Chat / Upload / etc. These should be hidden unless you are authorized(logged in). The only two that should show in the navbar is "Sign In" and "Sign Up".

I also suggest doing the same with the site stats in the footer of the site. These should not show unless you are authorized(logged in).

@nearsou
Copy link

nearsou commented Mar 27, 2018

You can already edit this on ./config/env/torrents.js

showMenuHeaderForGuest: true,
showFooterCountInfoForGuest: true,

@HDVinnie
Copy link
Contributor Author

cheers.....just was basing what I saw in demo. Figured wasn't optional and if was would be set to false by default seeing MEAN is aimed for private tracker use.

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

2 participants