How to get there: Click Settings in the sidebar → Security & Privacy tab (under Users & Access).
These settings control how users access your portal and how their data is handled.
Choose which login methods are available on your portal:
How to get there: Click Settings in the sidebar → Security tab → scroll to Single Sign-On (SSO).
Let users log in to your portal automatically from your own application. When SSO is configured, users who are already logged in to your app are seamlessly authenticated in ProductLift without a separate login step. See the SSO documentation for implementation details.
How to get there: Click Settings in the sidebar → Security tab → scroll to Microsoft 365 / Entra ID SSO.
Let your team sign in with their existing Microsoft 365 work account. Login is tenant-restricted, so only members of your organization can sign in, and your existing MFA and conditional access policies in Entra ID apply automatically. See the Microsoft 365 / Entra ID SSO setup guide.
When enabled, new sign-ups are held in a pending state until an admin approves them. You can also auto-approve users based on their email domain (e.g., approve everyone with an @yourcompany.com address).
Require users to verify their email address before they can post or vote. This helps prevent spam and fake accounts.
Make your portal visible only to logged-in users. Visitors who are not signed in will see a login page instead of your boards. This is useful for internal feedback portals or pre-launch communities.
Hide your entire portal behind a single shared password. Visitors are shown a password prompt before they can see any content; once they enter the correct password, a cookie lets them browse for 30 days without re-entering it. Admins are never prompted, they log in as usual.
Common use cases:
How it works
https://your-portal.example/?k=YOUR_PASSWORD. The visitor lands, the password is verified, and they are redirected to the clean URL with the cookie set. The password is never left in the address bar after that first hop.Notes
Temporarily block all access to your portal. When enabled, visitors see a maintenance message instead of the portal. Admins can still access the portal normally.
Show a cookie consent banner to comply with GDPR and similar regulations. When enabled, a banner appears asking visitors to accept cookies before any tracking scripts are loaded.
Add a link to your privacy statement. This link appears on the registration page and in emails, letting users know how their data is handled.