我只想允许某个用户访问 Kentico 中的页面,但由于 Deny 比 Allow 更强大,似乎没有办法做到这一点(例如,我不能拒绝除了用户之外的所有人)。可能吗?
谢谢。
您需要设置文档权限
根据您的需要。总是有很多可能的组合,您还必须仔细考虑创建用户角色并将用户分配给他们。最好先画一个模式。
You can create a login page and set a session/cookie value if login is successful, then on Page_Load event of the page you want to limit the users, check the value of session/cookie, if user is authenticated, do nothing otherwise redirect the user to login page. I assume that you are familiar with custom page templates.