File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,4 +6,8 @@ openwisp-radius uses `django-rest-auth <https://github.com/jazzband/dj-rest-auth
66which provides registration of new users via REST API so you can implement
77registration 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.
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ portal which already supports the RADIUS protocol because it's totally transpare
1818for it, that is, the captive portal doesn't even know the user is signing-in with
1919a 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+
2126Setup
2227-----
2328
@@ -101,3 +106,7 @@ the right organization:
101106Substitute ``openwisp2.mywifiproject.com ``, ``captivepage.mywifiproject.com ``
102107and ``default `` with the hostname of your openwisp-radius instance, your captive
103108page 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.
You can’t perform that action at this time.
0 commit comments