You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: UPGRADE.md
+11-3
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Package | New Version
31
31
`rainlab/userplus-plugin` | ^2.0
32
32
`rainlab/notify-plugin` | Optional
33
33
34
-
If you are using the `rainlab/notify-plugin` for sending the new user notifications, you may uninstall this plugin since these notifications are included in the user settings.
34
+
If you are using the `rainlab/notify-plugin` for sending the new user notifications, you may uninstall this plugin since these notifications are now included in the user settings.
35
35
36
36
## Key Differences
37
37
@@ -57,7 +57,7 @@ The `Auth::checkBearerToken` has been renamed to `Auth::loginUsingBearerToken` t
57
57
58
58
### Account Component Split Up
59
59
60
-
The functionality of the `Account` component has been spliut up in to three components:
60
+
The functionality of the `Account` component has been split in to three components:
61
61
62
62
Component | Purpose
63
63
--------- | ---------
@@ -87,7 +87,9 @@ A user can be checked if they are verified using Twig:
87
87
{% endif %}
88
88
```
89
89
90
-
It is possible to require administration approval by creating an "Approved User" user group, or by extending the users database table with a `is_approved` field. Then check in Twig:
90
+
Checking administrator approval is possible by creating an "Approved User" user group and placing approved users in that group.
91
+
92
+
Alternatively, by extending the users database table with a `is_approved` field. Then check in Twig:
91
93
92
94
```twig
93
95
{% if not user.is_approved %}
@@ -105,3 +107,9 @@ The following event names have changed:
105
107
106
108
- New events added to [the events documentation](./docs/events.md).
107
109
- Removed **rainlab.user.reactivate** event, since users can no longer reactivate their account without help from an administrator.
110
+
111
+
### Feedback
112
+
113
+
If there are any changes you would like us to include to make upgrading easier, let us know and we can accommodate them in a new release.
0 commit comments