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

uploadPersonToUrl doesn't use user provided credentials #3

Open
smesdaghi opened this issue Jan 20, 2016 · 2 comments
Open

uploadPersonToUrl doesn't use user provided credentials #3

smesdaghi opened this issue Jan 20, 2016 · 2 comments
Assignees

Comments

@smesdaghi
Copy link
Member

Search the app for other instances where the wrong credentials are being used. change the admin password in django to make sure nothing is using the default username / pass.

@BirdSamuel
Copy link
Member

Ty for the catches. Will update tomorrow morning.

On Wed, Jan 20, 2016, 5:35 PM Syrus Mesdaghi [email protected]
wrote:

Search the app for other instances where the wrong credentials are being
used. change the admin password in django to make sure nothing is using the
default username / pass.


Reply to this email directly or view it on GitHub
#3.

@smesdaghi
Copy link
Member Author

also there seems to be a little inconsistency in how the credentials are retrieved. make sure network service is used as opposed '_authentication = btoa(credentials.username + ":" + credentials.password);' in doLogin of login controller.

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