콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
5 답글
15143 화면

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
889
0
3월 25
1410
0
1월 25
3492
0
11월 24
1484
0
3월 24
1476