Commit ae03cce
refactor: streamline authentication flow and improve login UI
Simplify user flow by redirecting home to login and removing unused footer.
Fix allauth login page styling by converting Bootstrap classes to Tailwind.
Changes:
- Remove footer include from base template (no longer needed)
- Redirect home page (/) to login instead of showing landing page
- Change LOGIN_REDIRECT_URL from /accounts/email/ to /admin/
- Convert allauth entrance templates from Bootstrap to Tailwind CSS:
- h1__entrance.html: text-3xl font-bold for prominent heading
- h2__entrance.html: text-base text-gray-600 for subtle subtitle
- button__entrance.html: w-full mt-6 for proper spacing
- form__entrance.html: remove gray background box around button
- button_group.html: flex flex-col w-full space-y-2
- provider.html: border-b with hover states
User flow now: / → /accounts/login/ → (after login) → /admin/
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent be7faa3 commit ae03cce
File tree
79 files changed
+35
-3253
lines changed- src
- config
- myapp
- admin
- management
- commands
- migrations
- models
- templates
- views
- organizations
- docs
- management
- commands
- migrations
- templates/organizations
- templatetags
- tests
- views
- views
- require2fa/migrations
- templates/allauth/elements
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+35
-3253
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
62 | 70 | | |
63 | 71 | | |
64 | 72 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
21 | 19 | | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 22 | + | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
9 | | - | |
10 | | - | |
11 | 7 | | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments