mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #208] Promote mailbox to admin #164
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#164
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 @pierreozoux on GitHub (Oct 19, 2016).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/208
Would it be possible to promote a mailbox user to administrator?
This way people would have one login for their mailbox and to administer their domain for instance.
@barryo commented on GitHub (Oct 20, 2016):
These are separate tables in the current schema. The thinking being not every mailbox will be an administrator and not every administrator will be a mailbox user. It also allows better password hashing in the admin table.
I'm afraid we won't be rewriting the auth mechanism to look in both tables.