Before you start
- You must be a Super Admin.
- If SSO is your only login method, only admin fallback accounts use passwords — keep policy strict for those.
- Stricter policies can cause users to forget passwords more often; pair tighter policy with magic link / OTP so users have a passwordless fallback.
What you can configure
Configure password policy
1
Open Password Policy
From the Security page in Platform Settings, click into the Password Policy card.
2
Set minimum length
Recommended: 12 characters for general use, 16+ for sensitive orgs.
3
Toggle complexity requirements
Enable uppercase, lowercase, digit, and special character requirements as needed.
4
Set expiry
Pick a number of days. Common: 90 days for regulated industries, off for orgs relying on SSO.
5
Set history
Pick how many recent passwords to block from reuse. Default 5 is fine; 12 if your auditors require it.
6
Save
The policy applies on the next password change. Existing passwords remain valid until expiry (if expiry is enabled).
What users see
When a user changes their password (voluntarily or at expiry), Empuls shows the active policy on the change form so they know what’s required. If they enter a password that doesn’t meet the policy, the form shows which rules are unmet (e.g., “Password must include a special character”) before submitting.Expired passwords
When a user’s password reaches the expiry threshold:- They see a banner on their next sign-in: “Your password expires in N days.”
- On the day of expiry, the next sign-in forces a password change.
- Until they change it, they can’t access Empuls.
Limits and gotchas
- The policy only applies to direct logins. SSO-authenticated users are not subject to it.
- Increasing policy strictness retroactively (e.g., raising minimum length from 8 to 12) doesn’t invalidate existing passwords — they keep working until next change.
- History applies forward only. If you enable history with N=12, the next 12 changes start tracking; previous passwords aren’t retroactively blocklisted.
- Empuls cannot recover lost passwords. Users without MFA or recovery email need an admin reset.
Related
Security settings
Other security controls (MFA, sessions, IP allowlist).
SSO overview
Federation that supersedes password policy.
OTP and magic link
Passwordless fallback.
Session management
Configure session timeouts alongside password rules.