Skip to content

Commit

Permalink
[#1] Update login page and password reset
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Nov 7, 2024
1 parent 30e05d8 commit 48336ba
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 66 deletions.
1 change: 1 addition & 0 deletions src/ckanext-agra-theme/ckanext/agra_theme/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def __call__(self, environ, start_response):
"/", # Home page
"/user/login", # Login page
"/user/reset", # Reset password page
"/about",
]
resource_paths = ["/base/", "/public/", "/fanstatic/"]
allowed_resource = [".jpg", ".png", ".css", ".js"]
Expand Down
Loading

0 comments on commit 48336ba

Please sign in to comment.