From b4a2207a7a5b66523bf620bca8293b6b27eee739 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Mon, 17 Sep 2018 14:35:00 -0400 Subject: [PATCH] Add README for user_authn. --- openedx/core/djangoapps/user_authn/README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 openedx/core/djangoapps/user_authn/README.rst diff --git a/openedx/core/djangoapps/user_authn/README.rst b/openedx/core/djangoapps/user_authn/README.rst new file mode 100644 index 0000000000..aebed6114f --- /dev/null +++ b/openedx/core/djangoapps/user_authn/README.rst @@ -0,0 +1,8 @@ +The ``user_authn`` app contains user authentication related features such as +login and registration. + +* Ideally this would be in its own service, but at this point, LMS is the home + of all authentication related features. + +* At this time, these features are still plugged into Studio. Future clean-up + in Studio is intended to make this an LMS only feature.