You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: