Learn how WordPress user roles work, how to add new users safely, and how to keep access to your site organized and secure from day one.
Why User Roles and Access Basics Matter on Day One
Before you invite anyone into your new WordPress site, it’s worth understanding how user roles and access work. A few careful decisions now will prevent accidental changes, security issues, and confusion later.
This guide walks you through the essentials: what roles exist, how to add users safely, and a simple checklist you can follow every time you give someone access.
Core WordPress User Roles in Plain Language
WordPress uses roles (job types) and capabilities (permissions) to control what each person can see and do in the dashboard.Source
Default roles you should know
- Administrator – Full control of the site: settings, plugins, themes, users, content. Reserve this for 1–2 trusted people.
- Editor – Manages all content: can publish, edit, and delete any posts and pages, including other people’s content.
- Author – Can write, edit, and publish their own posts, but not pages or other people’s content.
- Contributor – Can write and edit their own posts but cannot publish; an Editor or Administrator must publish for them.
- Subscriber – Very limited; can log in, manage their profile, and sometimes access member-only content.
Behind the scenes, each role is just a bundle of capabilities (for example, edit_posts, manage_options). Developers can create custom roles or adjust capabilities when needed.Source
Where to Manage Users in Your Dashboard
All user management happens under the Users section of the WordPress admin area.Source
- Dashboard ? Users ? All Users – See everyone with access, their roles, and basic info.
- Dashboard ? Users ? Add New – Create a new account manually.
- Dashboard ? Users ? Profile (or Your Profile) – Edit your own name, email, password, and personal settings.
What you should see
On All Users, you should see a table listing usernames, names, email addresses, roles, and the number of posts they’ve authored. On Add New, you should see fields for username, email, first and last name, website (optional), password, and a dropdown for role.Source
How to Add a New User Safely
Use this simple, repeatable process whenever you give someone access.
Step-by-step: Adding a user
- In the dashboard, go to Users ? Add New.
- Fill in Username and Email (both required). Use a professional email you know the person controls.
- Optionally fill in First Name, Last Name, and Website for clarity.
- Click Show password to generate a strong password, or enter your own strong password.
- Leave the password visible long enough to copy it into a secure message if you’re sending it yourself, or check Send the new user an email about their account so WordPress emails them a link.
- Choose the Role from the dropdown (see next section for guidance).
- Click Add New User to save.
After you click Add New User, WordPress will confirm that the user has been created. If you enabled the email notification, they’ll receive instructions to log in and change their password.Source
Choosing the right role (quick rule of thumb)
- Administrator – Only for owners or senior technical leads who must manage plugins, themes, and settings.
- Editor – For marketing/content leads who manage the blog and pages but don’t need technical control.
- Author – For team members who write and publish their own posts.
- Contributor – For guest writers who should not publish without review.
- Subscriber – For basic member access or email-only accounts.
When in doubt, start with the lowest role that still lets them do their job. You can always upgrade later.
Simple Access Safety Checklist for New Site Owners
Use this checklist every time you add or review users:
- Give Administrator only to people who truly need full control.
- Use separate accounts for each person; never share logins.
- Ask users to set a strong, unique password (not reused from other sites).
- Review Users ? All Users at least once a quarter and remove accounts that are no longer needed.
- For temporary contractors, set a reminder to downgrade or delete their account when the project ends.
Understanding Application Passwords (For Integrations)
In newer versions of WordPress, you may see an Application Passwords section on your user profile. This is designed for tools and integrations (like scripts or apps) that need to talk to your site via the REST API without knowing your main password.Source
When you might use an application password
- A deployment script that updates content via the REST API.
- A reporting tool that reads data from your site.
- A mobile or desktop app that manages posts or media.
Each application password is tied to a specific user and can be revoked without changing that user’s main login password.
Basic steps to create one (high level)
- Log in as the user who will own the integration.
- Go to Users ? Profile.
- Find the Application Passwords section.
- Enter a descriptive name (for example, “Reporting tool – read only”).
- Click the button to generate a password, then copy and store it securely; it will only be shown once.
If you don’t use any integrations yet, you can safely ignore this section for now. Just remember it exists for future tools and automations.
Optional: Enforcing Stronger Password Habits
By default, WordPress includes a password strength indicator and encourages strong passwords when you create or change them.Source If you want stricter rules (like minimum length, required symbols, or expiration), you can add a dedicated password policy plugin from the official plugin directory.Source
Practical guidelines for your team
- Require passwords that are long (at least 12 characters) and hard to guess.
- Discourage sharing passwords over email or chat; use a secure password manager instead.
- Ask team members to change their password if they suspect any account compromise.
Quick Review: What You Should See and Do Next
What you should see now
- On Users ? All Users, a clear list of who has access and what role they have.
- On Users ? Add New, the ability to create new accounts with a chosen role and strong password.
- On Users ? Profile, options to change your own password and, in newer versions, manage application passwords.
Next steps for new site owners
- Review existing users and confirm that each person has the right role.
- Create individual accounts for any team members who currently share a login.
- Write down a short access policy for your organization (who gets which role and why).
- Set a recurring reminder to review users and roles every few months.
Once you’re comfortable with these basics, you’ll be ready to explore more advanced access controls, such as custom roles, two-factor authentication, and detailed security policies. But even at this starter level, clear roles and safe access habits will keep your WordPress site far more secure and easier to manage over time.