Difference between revisions of "How To Create an Admin Account"
(Adding Template:Article Footer and Category:Administration) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{BC|Community Sandbox}} | ||
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
+ | =How to create and Admin account= | ||
+ | {{KB|{{Unsupported}}|{{ZCS 8.0}}|{{ZCS 7.0}}|}} | ||
+ | {{WIP}} | ||
This will create an additional admin account with the password of 'test123': | This will create an additional admin account with the password of 'test123': | ||
− | |||
zmprov ca testadmin@domain.com test123 zimbraIsAdminAccount TRUE | zmprov ca testadmin@domain.com test123 zimbraIsAdminAccount TRUE | ||
This will transform a normal existed user account into an admin account (in this example futur-admin will become an admin) : | This will transform a normal existed user account into an admin account (in this example futur-admin will become an admin) : | ||
− | |||
zmprov ma futur-admin@domain.com zimbraIsAdminAccount TRUE | zmprov ma futur-admin@domain.com zimbraIsAdminAccount TRUE | ||
To change the password run: | To change the password run: | ||
− | |||
zmprov sp testadmin@domain.com NEW_PASSWORD | zmprov sp testadmin@domain.com NEW_PASSWORD | ||
Latest revision as of 18:48, 11 July 2015
Contents
How to create and Admin account
- This article is a Work in Progress, and may be unfinished or missing sections.
This will create an additional admin account with the password of 'test123':
zmprov ca testadmin@domain.com test123 zimbraIsAdminAccount TRUE
This will transform a normal existed user account into an admin account (in this example futur-admin will become an admin) :
zmprov ma futur-admin@domain.com zimbraIsAdminAccount TRUE
To change the password run:
zmprov sp testadmin@domain.com NEW_PASSWORD
The admin account admin@domain.com was created during installation.