barseghyanartur/django-dash

From the demo: When clicking on Login: "OperationalError at /accounts/login/"

roperi opened this issue · 2 comments

OperationalError at /accounts/login/

FATAL:  password authentication failed for user "rkegsnimvdybhl"
FATAL:  password authentication failed for user "rkegsnimvdybhl"

Request Method: 	GET
Request URL: 	https://django-dash.herokuapp.com/en/accounts/login/
Django Version: 	1.6.4
Exception Type: 	OperationalError
Exception Value: 	

FATAL:  password authentication failed for user "rkegsnimvdybhl"
FATAL:  password authentication failed for user "rkegsnimvdybhl"

Exception Location: 	/app/.heroku/python/lib/python2.7/site-packages/psycopg2/__init__.py in connect, line 164
Python Executable: 	/app/.heroku/python/bin/python
Python Version: 	2.7.8
Python Path: 	

['/app',
 '/app/.heroku/python/bin',
 '/app/.heroku/python/lib/python2.7/site-packages/setuptools-11.3.1-py2.7.egg',
 '/app/.heroku/python/lib/python2.7/site-packages/pip-6.0.6-py2.7.egg',
 '/app',
 '/app/.heroku/python/lib/python27.zip',
 '/app/.heroku/python/lib/python2.7',
 '/app/.heroku/python/lib/python2.7/plat-linux2',
 '/app/.heroku/python/lib/python2.7/lib-tk',
 '/app/.heroku/python/lib/python2.7/lib-old',
 '/app/.heroku/python/lib/python2.7/lib-dynload',
 '/app/.heroku/python/lib/python2.7/site-packages']
Server time: 	Thu, 4 Jan 2018 15:00:18 +0000

Same error when trying to view test user's demo

Some sort of a duplicate.

#19