Password Authentication
Email and password-based authentication for CloudPirates accounts.
Registration
Create an account at portal.cloudpirates.io/register.
Required Information:
- First and last name
- Email address (used as username)
- Secure password
Password Requirements
Passwords are validated against known data breaches using Have I Been Pwned:
- Not found in known data breaches
- Sufficiently complex
Email Verification
After registration, verify your email before logging in:
- Check your inbox for the verification email
- Click the activation link or copy the activation code
- Activate your account at portal.cloudpirates.io/auth/activate
Login
Login at portal.cloudpirates.io with email and password.
If MFA is enabled, input the verification code.
Password Recovery
Forgot password?
- Go to portal.cloudpirates.io/request-reset-password
- Enter your email address
- Check your inbox for the reset email
- Click the reset link
- Enter a new password
No Access to Email or MFA Device?
If you don't have access to your email address or MFA device, contact support@cloudpirates.io for assistance. A password reset doesn't disable MFA.
Changing Password
- Navigate to portal.cloudpirates.io/security
- Locate the Change Password section
- Enter your current password
- Enter a new password
- Confirm
API Reference
For registration, login, password reset, and password change requests, see the Auth API reference.
API Keys Cannot Modify Passwords
API keys cannot be used to modify your password. Use your Bearer token instead for this operation.