Skip to content

Commit e17951b

Browse files
committed
[docs] Added links top openwisp-wifi-login-pages
1 parent 42aa90d commit e17951b

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

docs/source/developer/setup.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ Run celery (it is recommended to use a tool like supervisord in production):
326326
celery -A openwisp2 worker -l info
327327
celery -A openwisp2 beat -l info
328328
329-
330329
Troubleshooting
331330
---------------
332331

docs/source/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,14 @@ openwisp-radius
3434
:alt: Feature Highlights
3535

3636

37-
**openwisp-radius** is Django reusable app that provides an admin interface to a
37+
**OpenWISP-RADIUS** is Django reusable app that provides an admin interface to a
3838
`freeradius <https://freeradius.org/>`_ database.
3939

40+
.. note::
41+
If you're building a public wifi service, we suggest
42+
to take a look at `openwisp-wifi-login-pages <https://github.com/openwisp/openwisp-wifi-login-pages>`_,
43+
which is built to work with openwisp-radius.
44+
4045
.. image:: https://raw.githubusercontent.com/openwisp/openwisp2-docs/master/assets/design/openwisp-logo-black.svg
4146
:target: http://openwisp.org
4247

docs/source/user/registration.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ openwisp-radius uses `django-rest-auth <https://github.com/jazzband/dj-rest-auth
66
which provides registration of new users via REST API so you can implement
77
registration and password reset directly from your captive page.
88

9-
The registration API endpoint is described in `API: User Registration <api.html#user-registration>`_
9+
The registration API endpoint is described in `API: User Registration <api.html#user-registration>`_.
10+
11+
If you need users to self-register to a public wifi service, we suggest
12+
to take a look at `openwisp-wifi-login-pages <https://github.com/openwisp/openwisp-wifi-login-pages>`_,
13+
which is built to work with openwisp-radius.

docs/source/user/social_login.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ portal which already supports the RADIUS protocol because it's totally transpare
1818
for it, that is, the captive portal doesn't even know the user is signing-in with
1919
a social network.
2020

21+
.. note::
22+
If you're building a public wifi service, we suggest
23+
to take a look at `openwisp-wifi-login-pages <https://github.com/openwisp/openwisp-wifi-login-pages>`_,
24+
which is built to work with openwisp-radius.
25+
2126
Setup
2227
-----
2328

@@ -101,3 +106,7 @@ the right organization:
101106
Substitute ``openwisp2.mywifiproject.com``, ``captivepage.mywifiproject.com``
102107
and ``default`` with the hostname of your openwisp-radius instance, your captive
103108
page and the organization slug respectively.
109+
110+
Alternatively, you can take a look at
111+
`openwisp-wifi-login-pages <https://github.com/openwisp/openwisp-wifi-login-pages>`_,
112+
which provides buttons for Facebook, Google and Twitter by default.

0 commit comments

Comments
 (0)