Disable OAuth2 apps when their owner is removed from the Local Site
Review Request #9033 — Created June 26, 2017 and submitted
OAuth2 applications are now disabled when their owner is removed from
the Local Site the application is assigned to. The application will be
reassigned to one of the LocalSite administrators and set todisabled
,
which will (once authentication is implemented) prevent the Application
from being used for authentication.
- Ran unit tests.
- Ran the evolution.
Description | From | Last Updated |
---|---|---|
W293 blank line contains whitespace |
reviewbot | |
W391 blank line at end of file |
reviewbot | |
W391 blank line at end of file |
reviewbot | |
Needs from __future__ import unicode_literals |
david | |
Module docstring? |
david | |
Docstring? |
david | |
E303 too many blank lines (3) |
reviewbot | |
Period outside of the ), I think. |
david |
- Change Summary:
-
Addressed David's issues & simplified
- Diff:
-
Revision 8 (+208 -1)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Change Summary:
-
fixups
- Diff:
-
Revision 10 (+228 -1)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.