You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-31 10:04:20 +03:00
AdminHandler:
- initStruct(): add explanation what "superadmin" means https://sourceforge.net/tracker/?func=detail&aid=1865123&group_id=191583&atid=937964 git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1366 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@ -52,7 +52,7 @@ class AdminHandler extends PFAHandler {
|
|||||||
/*select*/ 'password as password2'
|
/*select*/ 'password as password2'
|
||||||
),
|
),
|
||||||
|
|
||||||
'superadmin' => pacol( 1, 1, 1, 'bool', 'pAdminEdit_admin_super_admin' , '' , 0
|
'superadmin' => pacol( 1, 1, 1, 'bool', 'pAdminEdit_admin_super_admin' , 'super_admin_desc' , 0
|
||||||
# TODO: (finally) replace the ALL domain with a column in the admin table
|
# TODO: (finally) replace the ALL domain with a column in the admin table
|
||||||
# TODO: current status: 'superadmin' column exists and is written when storing an admin with AdminHandler,
|
# TODO: current status: 'superadmin' column exists and is written when storing an admin with AdminHandler,
|
||||||
# TODO: but the superadmin status is still (additionally) stored in the domain_admins table ("ALL" dummy domain)
|
# TODO: but the superadmin status is still (additionally) stored in the domain_admins table ("ALL" dummy domain)
|
||||||
|
Reference in New Issue
Block a user