Hi,
I want to encrypt my URL,because anyone can change the id in URL and can easly access another profile ,So for blocking that I need to encrypt my URL,Please give a solution for it.
Thanks in advance
VeniL
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
I want to encrypt my URL,because anyone can change the id in URL and can easly access another profile ,So for blocking that I need to encrypt my URL,Please give a solution for it.
Thanks in advance
VeniL
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 2 18
|
5197 | ||
System redirect to a wrong url
Đã xử lý
|
|
1
thg 5 25
|
769 | |
|
0
thg 11 24
|
1421 | ||
|
2
thg 7 24
|
2498 | ||
|
1
thg 6 24
|
4992 |
If we do encryption in URL then we need to update the controllers also. So you can manage this with security rules right. So only the allowed users can access the records.
Yes, as Hilar said you can do by record rule or put any control in controller.
How can I do that,Please help,I dont know how to do it