|
| 1 | +# Change log |
| 2 | + |
| 3 | +## Version 1.0.0 [2022-05-04] |
| 4 | + |
| 5 | +First release. |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +- Mobile first design (responsive UI) |
| 10 | +- Sign up |
| 11 | +- Optional support for mobile phone verification: |
| 12 | + verify phone number by inserting token sent via SMS, resend the SMS token |
| 13 | +- Login to the wifi service (by getting a radius user token from OpenWISP Radius and |
| 14 | + sending a POST to the captive portal login URL behind the scenes) |
| 15 | +- Session status information |
| 16 | +- Logout from the wifi service (by sending a POST to the captive portal logout URL behind the scenes) |
| 17 | +- Change password |
| 18 | +- Reset password (password forgot) |
| 19 | +- Support for [Social Login](#configuring-social-login) and |
| 20 | + [SAML](#configuring-saml-login--logout) |
| 21 | +- Optional social login buttons (facebook, google, twitter) |
| 22 | +- Contact box allowing to show the support email and/or phone number, as well as |
| 23 | + additional links specified via configuration |
| 24 | +- Navigation menu (header and footer) with possibility of specifying if links should be shown to every user or only |
| 25 | + authenticated or unauthenticated users |
| 26 | +- Support for multiple organizations with possibility of customizing the theme via CSS |
| 27 | + for each organization |
| 28 | +- Support for multiple languages |
| 29 | +- Possibility to change any text used in the pages |
| 30 | +- Configurable Terms of Services and Privacy Policy for each organization |
| 31 | +- Possibility of recognizing users thanks to signed cookies, which saves them |
| 32 | + from having to re-authenticate |
| 33 | +- Support for [credit/debit card verification and paid subscription plans](#signup-with-payment-flow) |
0 commit comments