Admin Management
Users List Overview
Navigate to Users → All Users to manage account activations.
Account Activated Column
LoginBerry adds a new column showing activation status:
| Status | Display | Meaning |
|---|---|---|
| ✓ Activated | Green checkmark | User verified email, account active |
| ✗ Not Activated | X mark (X/15 attempts) | User not verified, shows failed attempts |
| 🔒 Locked | Lock icon (15/15 attempts) | Account locked after 15 failed attempts |
Admin Actions
Activate Account Manually
Manually activate user without requiring email verification.
When to use:
- User reports not receiving activation email
- Trusted user needs immediate access
- Troubleshooting email delivery issues
Steps:
- Navigate to Users → All Users
- Find unactivated user
- Click green "Activate Account" link
- User account is immediately activated
- User can log in without entering code
Result:
_berrypress_user_activatedset to1- User gains full site access
- No email verification required
Resend Activation Code
Send new activation code to unactivated user.
When to use:
- User didn't receive original email
- Original code was lost
- User requested new code
Steps:
- Navigate to Users → All Users
- Find unactivated user
- Click "Send Activation Code" link
- New 6-digit code generated
- New email sent to user's registered email address
Result:
- Old activation code replaced with new code
- New email sent immediately
- Attempt counter unchanged
Resending a code does not reset the failed attempt counter. If user is close to 15 attempts, consider manually activating instead.
Unlock Locked Account
Unlock account after 15 failed activation attempts.
When to use:
- User exceeded 15 failed attempts
- User requests account unlock
- False positive (user made typos)
Steps:
- Navigate to Users → All Users
- Find locked user (🔒 icon)
- Click red "Unlock Account" link
- Account unlocked
- Attempt counter reset to 0
- User can try activation again
Result:
_berrypress_account_lockedset to0_berrypress_activation_attemptsreset to0- User can enter code again
- Original activation code still valid
Unlocking an account does not activate it. User must still enter the activation code, or you must manually activate the account.
Bulk Actions
Currently, LoginBerry does not support bulk activation/unlock actions. Each user must be managed individually.
Bulk actions are planned for a future release. Upvote this feature on our support forum.
User Meta Fields Reference
Understanding the stored data:
_berrypress_user_activated
- Type: Integer
- Values:
0(not activated),1(activated) - Purpose: Determines if user can access site
_berrypress_activation_code
- Type: String (6 digits)
- Example:
"123456" - Purpose: Current valid activation code
_berrypress_activation_attempts
- Type: Integer (0-15)
- Purpose: Tracks failed activation attempts
_berrypress_account_locked
- Type: Integer
- Values:
0(unlocked),1(locked) - Purpose: Prevents activation attempts after 15 failures
Common Admin Scenarios
Scenario 1: User Reports Not Receiving Email
Steps:
- Check spam folder (ask user)
- Verify email address in user profile
- Resend activation code
- If still no email, manually activate account
Scenario 2: User Entered Wrong Code Multiple Times
Steps:
- Check attempt counter in Users list
- If close to 15 attempts:
- Manually activate account (recommended)
- OR resend new code
- If already locked, unlock account first
Scenario 3: Mass User Registration (Event/Import)
Steps:
- Manually activate all users after import
- Or configure email delivery before import
Next Steps
- Configuration Guide - Customize email templates
- Troubleshooting - Common issues and solutions
- Support Forum - Get help