How can I protect the database manager URL?
can I change the url, or put any login?
myurlserver/web/database/manager#action=database_manager
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How can I protect the database manager URL?
can I change the url, or put any login?
myurlserver/web/database/manager#action=database_manager
in your odoo instance configuration file use the configuration parametter:
list_db = False
This will disable the database manager. link and url access (web/database/manager#action=database_manager)
Check config file: http://learnopenerp.blogspot.com/2019/10/odoo-configuration-file.html
If we are using list_db = False, then db backup do not work properly.
1.To hide the database manager, set list_db = False in the configuration file.
2.To define the database to be used, set dbfilter = my_db in the same file
Use this to resolve the issue. Clean and secure login: hide the Manage Databases link on the Odoo login page and throws up 404 error if user tries to access web/database/manager. Works even when list_db = True, allowing modules like OCA's auto_backup to operate normally while keeping the login UI tidy.
The below video shows how it hide the databases even we access the link:
http://www.numberspeaks.com/2020/06/03/disable-database-manager-access-in-odoo/
Create an account today to enjoy exclusive features and engage with our awesome community!
РеєстраціяRelated Posts | Відповіді | Переглядів | Дія | |
---|---|---|---|---|
System redirect to a wrong url
Вирішено
|
|
1
трав. 25
|
827 | |
|
0
бер. 25
|
1336 | ||
|
0
січ. 25
|
3427 | ||
|
0
лист. 24
|
1453 | ||
|
0
бер. 24
|
1446 |