recovering password

2006-10-31 Thread shidan
Hi how can I get a Users password after it has been hashed. Reseting it is not good enough due to the nature of the application and how it integrates with the rest of the system --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Firefox Quirks

2006-10-29 Thread shidan
Thanks guys, that was it. On Oct 29, 8:13 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 10/29/06, shidan <[EMAIL PROTECTED]> wrote: > > > Some of my textfields have a yellow background others have have white. > > There is nothing in my css

Firefox Quirks

2006-10-29 Thread shidan
, this doesn't happen in IE. Shidan --~--~-~--~~~---~--~~ 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,

Prepopulate Form

2006-10-28 Thread shidan
Hi, I want the same functionality as the ChangeManipulator where it prepopulates the form with the current values of the object, how can I do this with custom form manipulator. Shidan --~--~-~--~~~---~--~~ You received this message because you

Re: Can't Send Mail.

2006-10-09 Thread shidan
Thanks, that was it, luckily I have cygwin installed which comes with a mail server. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Can't Send Mail.

2006-10-09 Thread shidan
://localhost:8000/signup/ Exception Type: error Exception Value:(10061, 'Connection refused') Exception Location: C:\Python24\lib\smtplib.py in connect, line 306 This happens with any valid "new_user.email" Any help appreciated. -

ImportError

2006-10-01 Thread Shidan
= loader.get_template('account/about.html') c = Context({'the_content': [],}) return HttpResponse(t.render(c)) What am I doing wrong?? Cheers, Shidan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django