baltasvejas

Results 3 issues of baltasvejas

On Django 1.7 with django-progressbarupload master version. My form template is: ``` {% load progress_bar %} {% csrf_token %} {% for field in upload_form %} {{ field.errors }} {{ field.label_tag...

From documentation http://psa.matiasaguirre.net/docs/backends/email.html there is a suggestion how to validate a password like below: ``` python def user_password(strategy, user, is_new=False, *args, **kwargs): if strategy.backend.name != 'email': return password = strategy.request_data()['password']...

I have installed this demo as described and not sure if e-mail flow is working fine. I go to http://127.0.0.1:8000/local-and-social-signup/ and then press the link "Signup or Login using Username"....