On Mon, 2011-10-17 at 03:00 -0700, Nico wrote:
> So I tried the command line:
>    psql myproject george -W
> This prompted my for the password of george and then returned an
> error:
>    psql: FATAL:  Ident authentication failed for user "george" 

find pg_hba.conf and change 'ident' to 'password' on the lines at the
end of the file
-- 
regards
Kenneth Gonsalves

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to