From e17951bc99e4f82e7670e3ec3eb8e3648abeeaeb Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Fri, 11 Dec 2020 15:56:56 -0500 Subject: [PATCH] [docs] Added links top openwisp-wifi-login-pages --- docs/source/developer/setup.rst | 1 - docs/source/index.rst | 7 ++++++- docs/source/user/registration.rst | 6 +++++- docs/source/user/social_login.rst | 9 +++++++++ 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/docs/source/developer/setup.rst b/docs/source/developer/setup.rst index f20ab3df..842a7712 100644 --- a/docs/source/developer/setup.rst +++ b/docs/source/developer/setup.rst @@ -326,7 +326,6 @@ Run celery (it is recommended to use a tool like supervisord in production): celery -A openwisp2 worker -l info celery -A openwisp2 beat -l info - Troubleshooting --------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index e8eb0bc4..56cac205 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -34,9 +34,14 @@ openwisp-radius :alt: Feature Highlights -**openwisp-radius** is Django reusable app that provides an admin interface to a +**OpenWISP-RADIUS** is Django reusable app that provides an admin interface to a `freeradius `_ database. +.. note:: + If you're building a public wifi service, we suggest + to take a look at `openwisp-wifi-login-pages `_, + which is built to work with openwisp-radius. + .. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg :target: http://openwisp.org diff --git a/docs/source/user/registration.rst b/docs/source/user/registration.rst index 6c9db6f3..294af7c1 100644 --- a/docs/source/user/registration.rst +++ b/docs/source/user/registration.rst @@ -6,4 +6,8 @@ openwisp-radius uses `django-rest-auth `_ +The registration API endpoint is described in `API: User Registration `_. + +If you need users to self-register to a public wifi service, we suggest +to take a look at `openwisp-wifi-login-pages `_, +which is built to work with openwisp-radius. diff --git a/docs/source/user/social_login.rst b/docs/source/user/social_login.rst index d2e57b8e..561a16ae 100644 --- a/docs/source/user/social_login.rst +++ b/docs/source/user/social_login.rst @@ -18,6 +18,11 @@ portal which already supports the RADIUS protocol because it's totally transpare for it, that is, the captive portal doesn't even know the user is signing-in with a social network. +.. note:: + If you're building a public wifi service, we suggest + to take a look at `openwisp-wifi-login-pages `_, + which is built to work with openwisp-radius. + Setup ----- @@ -101,3 +106,7 @@ the right organization: Substitute ``openwisp2.mywifiproject.com``, ``captivepage.mywifiproject.com`` and ``default`` with the hostname of your openwisp-radius instance, your captive page and the organization slug respectively. + +Alternatively, you can take a look at +`openwisp-wifi-login-pages `_, +which provides buttons for Facebook, Google and Twitter by default.