Mercurial > p > roundup > code
comparison doc/customizing.txt @ 1293:1b0e91e426ea
ehem
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 21 Oct 2002 00:50:46 +0000 |
| parents | f7d9fefcae88 |
| children | b2d04ce03802 |
comparison
equal
deleted
inserted
replaced
| 1292:f7d9fefcae88 | 1293:1b0e91e426ea |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.59 $ | 5 :Version: $Revision: 1.60 $ |
| 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:: |
| 2600 | 2600 |
| 2601 1. parses the passwd file, finding usernames, passwords and real names, | 2601 1. parses the passwd file, finding usernames, passwords and real names, |
| 2602 2. compares that list to the current roundup user list: | 2602 2. compares that list to the current roundup user list: |
| 2603 a. entries no longer in the passwd file are *retired* | 2603 a. entries no longer in the passwd file are *retired* |
| 2604 b. entries with mismatching real names are *updated* | 2604 b. entries with mismatching real names are *updated* |
| 2605 a. entries only exist in the passwd file are *created* | 2605 c. entries only exist in the passwd file are *created* |
| 2606 3. send an email to administrators to let them know what's been done. | 2606 3. send an email to administrators to let them know what's been done. |
| 2607 | 2607 |
| 2608 The retiring and updating are simple operations, requiring only a call to | 2608 The retiring and updating are simple operations, requiring only a call to |
| 2609 ``retire()`` or ``set()``. The creation operation requires more information | 2609 ``retire()`` or ``set()``. The creation operation requires more information |
| 2610 though - the user's email address and their roundup Roles. We're going to | 2610 though - the user's email address and their roundup Roles. We're going to |
