python-gsoc / python-blogs

Python Software Foundation GSoC Blog Platform. This system was used until 2024 but is no longer maintained.
http://python-gsoc.org/
GNU Affero General Public License v3.0
41 stars 60 forks source link

GSoC 2019 - Create login page #36

Closed botanicvelious closed 5 years ago

botanicvelious commented 5 years ago

This task is to create a login/logout menu item, and a login page with password reset emails.

nightwarriorftw commented 5 years ago

@botanicvelious If you don't mind I would like to pick it up after finishing my current issue .

botanicvelious commented 5 years ago

Once you have the other pr in go for it so long as no-one gets to this issue first!

Abhishekism9450 commented 5 years ago

@botanicvelious Can I work on this issue, if its still open ?

botanicvelious commented 5 years ago

go for it!

SupreethBaliga commented 5 years ago

Hi. I am new to open source contribution. I am interested in working on this. I am done with the login page layout. But not understanding how to work on the password reset button. Can you please provide some resources on this which I can go through and continue my work on this issue? Thanks.

botanicvelious commented 5 years ago

Take a look at https://wsvincent.com/django-user-authentication-tutorial-password-reset/

SupreethBaliga commented 5 years ago

Thanks! That will help a lot!

jeffysam6 commented 5 years ago

can i work on this issue?

botanicvelious commented 5 years ago

i think @SupreethBaliga is already working on it, there are some other issues open however.

SupreethBaliga commented 5 years ago

No its alright @botanicvelious . I would probably take up a lot more time to learn it. @jeffysam6 can work on it.

jeffysam6 commented 5 years ago

thank you @SupreethBaliga :)

jeffysam6 commented 5 years ago

Hello @botanicvelious, I'm done with creating login/logout menu item which will redirect to login page and the user can logout. And i followed the instructions from "https://wsvincent.com/django-user-authentication-tutorial-password-reset/" but it is not sending a mail to that email address i enter

Should i shoot a PR till what i've done?

botanicvelious commented 5 years ago

That is fine, it is possible that your isp blocks email outbound, do you get a connection timeout when you try and send the email?

botanicvelious commented 5 years ago

Just make the pr and we can work on it from there

jeffysam6 commented 5 years ago

60 done @botanicvelious :)