Re: Error with django-registration

2010-05-04 Thread andy saksena
Resolved Thanks for the help. On May 3, 2:07 pm, andy saksena wrote: > Thats been resolved James but there is another thing I'm having > problems with and I'm sorry for asking so many questions. > All I now want is to have a minimum of 6 characters in the password > field. > Thanks > > On May 3,

Re: Error with django-registration

2010-05-02 Thread andy saksena
Thats been resolved James but there is another thing I'm having problems with and I'm sorry for asking so many questions. All I now want is to have a minimum of 6 characters in the password field. Thanks On May 3, 8:52 am, andy saksena wrote: > Hi James, > I got that smtp problem fixed by using g

Re: Error with django-registration

2010-05-02 Thread andy saksena
Hi James, I got that smtp problem fixed by using gmail email function. But when it sends an activation key and I click it it takes me to failure message saying activation failed. and the account doesnt activates. whats going wrong. what can i do to fix this. On Apr 28, 5:10 pm, James Bennett wrot

Re: Error with django-registration

2010-04-28 Thread andy saksena
Thanks Its been resolved On Apr 28, 5:10 pm, James Bennett wrote: > On Wed, Apr 28, 2010 at 2:46 AM, andy saksena wrote: > > (111, 'Connection refused') > > As a Google search would have told you, this is the error Python's > smtplib module will raise when you tell it to connect to a mail server

Re: Error with django-registration

2010-04-28 Thread James Bennett
On Wed, Apr 28, 2010 at 2:46 AM, andy saksena wrote: > (111, 'Connection refused') As a Google search would have told you, this is the error Python's smtplib module will raise when you tell it to connect to a mail server and it can't. Which means you need to go double-check the settings you've gi

Error with django-registration

2010-04-28 Thread andy saksena
Hi all, I'm having some troubles while using django-registration used from bitbucket http://bitbucket.org/ubernostrum/django-registration/src After getting evrtythng done Im stuck and having this error. error at /accounts/register/ (111, 'Connection refused') Request Method: POST Request