Difference between revisions of "How To Create an Admin Account"
(5 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | This will create an admin account with the password of 'test123': | + | {{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': | ||
+ | zmprov ca testadmin@domain.com test123 zimbraIsAdminAccount TRUE | ||
− | zmprov | + | 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: | To change the password run: | ||
+ | zmprov sp testadmin@domain.com NEW_PASSWORD | ||
− | + | The admin account admin@domain.com was created during installation. | |
+ | |||
+ | {{Article Footer|unknown|4/5/2006}} | ||
+ | |||
+ | [[Category:Administration]] |
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.