mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[GH-ISSUE #17] Basic permissions support #3
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/17
Originally assigned to: @tonioo on GitHub.
Originally created by Antoine Nguyen on 2009-04-02T08:45:31Z
Implement a basic permissions/role support. It would be great to have following roles available :
Django has a functionnal permissions implementation inside the authentication module (already used).
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2009-04-09T08:44:27Z
First working implementation : [0ebccc625eff]
There is a problem to solve inside the domain_menu tag because the request_context is not provided. The consequence is that user and permissions are not available inside the template so we cannot properly filter the display.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2009-04-16T16:10:09Z
Job's done from [9849b0cdc1ff]