Message2872
The patch was applied except templates/minimal/html/user.item.html. Missing patch here:
--- user.item.html.orig 2006-11-09 03:24:08.000000000 +0200
+++ user.item.html 2006-12-20 02:55:16.000000000 +0200
@@ -32,8 +32,13 @@
<td class="content" metal:fill-slot="content">
-<p tal:condition="not:context/is_view_ok" i18n:translate="">You are not
- allowed to view this page.</p>
+<p tal:condition="python:not (context.is_view_ok()
+ or request.user.hasRole('Anonymous'))" i18n:translate="">
+ You are not allowed to view this page.</p>
+
+<p tal:condition="python:not context.is_view_ok()
+ and request.user.hasRole('Anonymous')" i18n:translate="">
+ Please login with your username and password.</p>
<div tal:condition="context/is_view_ok">
|
|
Date |
User |
Action |
Args |
2009-02-03 14:23:12 | admin | link | issue1558183 messages |
2009-02-03 14:23:12 | admin | create | |
|