Hide login page links

Updated 11 July 2026

Hide database manager, superuser, or social login on the login screen.

Overview

Three boolean options hide specific controls on the public login screen: the database manager link, the debug-only superuser shortcut, and OAuth / social provider buttons. Use them to present a simpler, more corporate sign-in page.

These toggles only affect what typical visitors see in the browser. They do not by themselves harden your server, remove routes, or disable database administration tools reachable by other means.

Combine with good hosting practice (firewall, reverse proxy, Odoo configuration) for real security, especially on internet-exposed instances.

How It Works

When Hide Manage databases on login is enabled, the Manage Databases link is not shown on /web/login. Administrators may still reach database tools through other URLs or server access if those are exposed.

When Hide Log in as superuser on login is enabled, the superuser entry point that appears in certain debug configurations is hidden from the login UI.

When Hide OAuth / social login on login is enabled, provider buttons and the surrounding separator line are hidden so users rely on database email and password (or your other configured flows).

Step-by-Step Guide

Fields Table

Field Explanations

Tips

Common Mistakes

Image

Hide login page links