| | @@ -1586,26 +1586,26 @@ |
| 1586 | 1586 | ** |
| 1587 | 1587 | ** Edit email alert and notification settings. |
| 1588 | 1588 | ** |
| 1589 | 1589 | ** The subscriber is identified in several ways: |
| 1590 | 1590 | ** |
| 1591 | | -** (1) The name= query parameter contains the complete subscriberCode. |
| 1591 | +** * The name= query parameter contains the complete subscriberCode. |
| 1592 | 1592 | ** This only happens when the user receives a verification |
| 1593 | 1593 | ** email and clicks on the link in the email. When a |
| 1594 | 1594 | ** compilete subscriberCode is seen on the name= query parameter, |
| 1595 | 1595 | ** that constitutes verification of the email address. |
| 1596 | 1596 | ** |
| 1597 | | -** (2) The sid= query parameter contains an integer subscriberId. |
| 1597 | +** * The sid= query parameter contains an integer subscriberId. |
| 1598 | 1598 | ** This only works for the administrator. It allows the |
| 1599 | 1599 | ** administrator to edit any subscription. |
| 1600 | 1600 | ** |
| 1601 | | -** (3) The user is logged into an account other than "nobody" or |
| 1601 | +** * The user is logged into an account other than "nobody" or |
| 1602 | 1602 | ** "anonymous". In that case the notification settings |
| 1603 | 1603 | ** associated with that account can be edited without needing |
| 1604 | 1604 | ** to know the subscriber code. |
| 1605 | 1605 | ** |
| 1606 | | -** (4) The name= query parameter contains a 32-digit prefix of |
| 1606 | +** * The name= query parameter contains a 32-digit prefix of |
| 1607 | 1607 | ** subscriber code. (Subscriber codes are normally 64 hex digits |
| 1608 | 1608 | ** in length.) This uniquely identifies the subscriber without |
| 1609 | 1609 | ** revealing the complete subscriber code, and hence without |
| 1610 | 1610 | ** verifying the email address. |
| 1611 | 1611 | */ |
| 1612 | 1612 | |