Part of canonical.launchpad.security View In Hierarchy
Method | checkAuthenticated | Check to see if the user can manage a mailing list. |
Inherited from AuthorizationBase:
Method | __init__ | Undocumented |
Method | checkUnauthenticated | See IAuthorization.checkUnauthenticated . |
Method | checkAccountAuthenticated | See IAuthorization.checkAccountAuthenticated . |
A team's owner or administrator, the Launchpad administrators, and Launchpad mailing list experts can all manage a team's mailing list through its +mailinglist page.
Parameters | user | The user whose permission is being checked. (type: IPerson ) |
Returns | True if the user can manage a mailing list, otherwise False. (type: boolean) |