springload / madewithwagtail

A showcase of sites and apps made with Wagtail CMS, the easy to use, open source Django content management system
http://madewithwagtail.org
MIT License
84 stars 21 forks source link

FED required for new auth pages #111

Open tacitus opened 6 years ago

tacitus commented 6 years ago

MWW'll use Django allauth for user account related tasks (sign up, sign in, password change, login by google, etc.) Allauth package has multiple pages needing FEDs review and styling.

Related django templates are in core/templates/account/* folder.

Work done in branch feature/django-allauth-integration

Run pip install -r requirements/dev.txt and ./manage.py migrate before you start working on the branch.

holloway commented 6 years ago

@tacitus Is there a design that we'll be implementing?

loicteixeira commented 6 years ago

There isn't no.

I guess it will be a matter of making it look decent enough with the existing styles. Since it will mostly be forms, it could very much be based of the same style as the submit page.

janzenz commented 5 years ago

@holloway @tacitus styling done on: https://github.com/springload/madewithwagtail/commit/9b493f9b8c99532b2a1cd766af46a438c9fdf459

Only thing left are: https://github.com/springload/madewithwagtail/blob/feature/django-allauth-integration/docs/allauth-social-accounts.md#configuration-in-google-developer-console

janzenz commented 5 years ago

@holloway @tacitus styling is done, I've just added Google Sign in button and alert messages styling yesterday.

screen shot 2018-10-02 at 2 19 11 pm screen shot 2018-10-02 at 2 19 28 pm