Umbraco 如何创建帐户相关页面?
我想在 umbraco 4 中创建一些与会员帐户相关的页面。 在asp.net webforms中,会创建一个帐户文件夹,其中包含与帐户相关的页面,例如Login.aspx、ForgotPassword.aspx等... 现在,这些页面不是实际的内容页面,而是更多的管理类型。
我已经为登录、注册等创建了用户控件。
我是否应该在 umbraco 中为每种页面类型创建一个文档类型,并将相应的用户控件放入每个模板中?在 umbraco 中推荐的方法是什么?
I would like to create some pages related to a member account in umbraco 4.
In asp.net webforms, an account folder is created and in it are the account related pages, such as Login.aspx, ForgotPassword.aspx, etc...
Now, these pages are not actual content pages, but are more of the adminitrative type.
I've created user controls for the login, register, etc.
Should I create a document type in umbraco for each page type, and put the respective user control in each template ? what is the recommended way to do this in umbraco ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在内容管理器上,只需右键单击要保护的页面或节点,右键单击并选择“公共访问”。
在那里,您可以将权限应用于单个用户和/或基于角色的权限。基于角色的组将要求您拥有“成员组”。
就是这样。所有安全性都保存在“\App_Data\access.config”文件中;您可以查看它以了解有关他们如何实现这一目标的更多详细信息。
hth,
-科沃
On the content manager, just right click on the page or node you want to protect, right click on and select "Public Access".
In there you can apply permissions to individual users and/or roled based. The Roled based one will require for you to have "Member Groups".
That is it. All the security is kept on the "\App_Data\access.config" file; you can review it for more details on how they are achieving this.
hth,
-covo