Password Protection
Restrict access to your site with a password. Visitors must enter the correct password before viewing any content.
Enabling password protection
- Go to your site's Access tab
- Under Password Protection, toggle it on
- Enter a password (minimum 4 characters)
- Click Save
How it works
When password protection is enabled:
- A visitor navigates to your site
- WebStadia shows a login page prompting for a password
- The visitor enters the password
- If correct, a session cookie is set and the visitor can browse the site normally
- The cookie persists until the browser is closed
Use cases
- Staging / preview sites — Protect pre-launch sites from public access
- Client previews — Share work-in-progress with clients using a shared password
- Internal tools — Restrict access to internal dashboards
- Private portfolios — Share your portfolio only with specific people
Notes
- Password protection applies to the entire site — you cannot protect individual pages
- The password is hashed and stored securely (SHA-256 with random salt)
- Disabling password protection immediately makes the site public again