Skip to content

Commit

Permalink
Removes unused production.ini file (source of truth is the puppet repo)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrillkuettel committed May 8, 2024
1 parent 3080dd9 commit 6780146
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 79 deletions.
79 changes: 0 additions & 79 deletions production.ini

This file was deleted.

1 change: 1 addition & 0 deletions src/privatim/models/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def fullname(self) -> str:
return ' '.join(parts)

def __acl__(self) -> list['ACL']:
""" Allow the profile to be viewed by logged-in users."""
return [
(Allow, Authenticated, ['view']),
]

0 comments on commit 6780146

Please sign in to comment.