从用户主文件夹获取 user_id 的好方法是什么
我正在制作一个“作者信息”portlet,当我们位于用户的主文件夹中时,即显示成员的信息,即:当请求 URL 为 http://.../Plone/Members/user1/*,portlet 需要知道 user_id 是 user1。
实现这一目标的好方法是什么?
I'm making an "Author information" portlet showing information of a member when we are in user's home folder, ie: when the request url is http://.../Plone/Members/user1/*, the portlet needs to know user_id is user1.
What is the good way to achieve this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以检查文件夹的所有者:
You could check the owner of the folder: