コンテンツへスキップ
メニュー
この質問にフラグが付けられました
5 返信
15068 ビュー

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)

アバター
破棄

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.

Hide Manage Databases Link

アバター
破棄
最善の回答

The below video shows how it hide the databases even we access the link:

https://www.youtube.com/watch?v=HTixATyjR7g

アバター
破棄
最善の回答

http://www.numberspeaks.com/2020/06/03/disable-database-manager-access-in-odoo/

アバター
破棄
関連投稿 返信 ビュー 活動
1
5月 25
831
0
3月 25
1338
0
1月 25
3430
0
11月 24
1456
0
3月 24
1449