Skip to content

Commit

Permalink
[docs] Added links top openwisp-wifi-login-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 11, 2020
1 parent 42aa90d commit e17951b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/source/developer/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------

Expand Down
7 changes: 6 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://freeradius.org/>`_ database.

.. note::
If you're building a public wifi service, we suggest
to take a look at `openwisp-wifi-login-pages <https://github.com/openwisp/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

Expand Down
6 changes: 5 additions & 1 deletion docs/source/user/registration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ openwisp-radius uses `django-rest-auth <https://github.com/jazzband/dj-rest-auth
which provides registration of new users via REST API so you can implement
registration and password reset directly from your captive page.

The registration API endpoint is described in `API: User Registration <api.html#user-registration>`_
The registration API endpoint is described in `API: User Registration <api.html#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 <https://github.com/openwisp/openwisp-wifi-login-pages>`_,
which is built to work with openwisp-radius.
9 changes: 9 additions & 0 deletions docs/source/user/social_login.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/openwisp/openwisp-wifi-login-pages>`_,
which is built to work with openwisp-radius.

Setup
-----

Expand Down Expand Up @@ -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 <https://github.com/openwisp/openwisp-wifi-login-pages>`_,
which provides buttons for Facebook, Google and Twitter by default.

0 comments on commit e17951b

Please sign in to comment.