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

Password Protecting or Restricting Access #49

Open
ownly99 opened this issue May 3, 2017 · 4 comments
Open

Password Protecting or Restricting Access #49

ownly99 opened this issue May 3, 2017 · 4 comments

Comments

@ownly99
Copy link

ownly99 commented May 3, 2017

Hi there,

If the application is deployed in a public facing setting. How do we protect unauthorized access to this information and application? Please advise what would be the recommended approach i.e. .htaccess or another type of application.

Warmly
Own

@PromInc
Copy link
Owner

PromInc commented May 4, 2017

Yes, this is a valid concern.

Many moons ago I had worked on adding a user authentication portion to this project. Sadly I don't see the branch I thought I had saved it to and I'm drawing a blank on where I would have stored that code... So adding this functionality into the tool will require starting from scratch at this point.

But to your point you can simply add a directory level authentication in Apache. It's a pretty basic method of doing this but very effective. There are many resources on the web for adding password protection via Apache but here is a good example on how to set it up.
http://www.htaccesstools.com/articles/password-protection/

@ownly99
Copy link
Author

ownly99 commented May 9, 2017 via email

@PromInc
Copy link
Owner

PromInc commented May 9, 2017

I'm afraid I'm not much help on this issue... The message does not feel like it would be coming from the codebase supplied in this repository - it feels to me that this is more of a system level/apache error on some level. That theory could be easily tested by creating a second directory with restrictions on your server with just a simple html file in it and see if you get the same error.

I'm not sure that I have much more knowledge on this issue. If your files are directly in the public_html folder (and not a subfolder) that may be an issue as well - try moving to a subfolder? That's about all I can think of off the top of my head.

@nekromoff
Copy link

I would recommend using HTTP Basic Auth to restrict access for the reporter and not adding user admin / permissions to the project directly.

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

No branches or pull requests

3 participants