Mercurial > p > roundup > code
comparison doc/customizing.txt @ 1252:209a47ede743
allow blank passwords again [SF#619714]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 08 Oct 2002 04:11:17 +0000 |
| parents | d8c98af869ff |
| children | 77920c42aeb9 |
comparison
equal
deleted
inserted
replaced
| 1251:347657425a10 | 1252:209a47ede743 |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.52 $ | 5 :Version: $Revision: 1.53 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 578 web interface check would look like:: | 578 web interface check would look like:: |
| 579 | 579 |
| 580 <option tal:condition="python:request.user.hasPermission('Closer')" | 580 <option tal:condition="python:request.user.hasPermission('Closer')" |
| 581 value="resolved">Resolved</option> | 581 value="resolved">Resolved</option> |
| 582 | 582 |
| 583 **don't give users who register through email web access** | |
| 584 Create a new Role called "Email User" which has all the Permissions of the | |
| 585 normal "User" Role minus the "Web Access" Permission. This will allow users | |
| 586 to send in emails to the tracker, but not access the web interface. | |
| 583 | 587 |
| 584 | 588 |
| 585 Web Interface | 589 Web Interface |
| 586 ============= | 590 ============= |
| 587 | 591 |
