Part of canonical.launchpad.interfaces.account View In Hierarchy
Known subclasses: canonical.launchpad.interfaces.account.IAccount
IAccount protected with launchpad.Special.| Datetime | date_status_set | Undocumented |
| Text | status_comment | Undocumented |
| Method | activate | Activate this account. |
| Method | reactivate | Reactivate this account. |
Set the account status to ACTIVE, the account's password to the given one and its preferred email address.
| Parameters | comment | An explanation of why the account status changed. |
| password | The user's password. | |
| preferred_email | The EmailAddress to set as the account's
preferred email address. It cannot be None. |
Just like IAccountSpecialRestricted.activate() above, but here the
password can't be None or the empty string.