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
It has been a long way since 29. Jan 2014, many functions has been added. I noticed for myself that a short overview might help everyone to see whats possible.
**Further Documentation with examples:**[docs/USAGE_WITHOUT_USER_MODEL.md](docs/USAGE_WITHOUT_USER_MODEL.md)
225
+
**Further documentation with examples:**[docs/USAGE_WITHOUT_USER_MODEL.md](docs/USAGE_WITHOUT_USER_MODEL.md)
211
226
212
227
---
213
228
@@ -263,11 +278,13 @@ For example imagine the following:
263
278
If you try to login with your new user, the user is created **automatically** in yii2 and role yii2_example_group is assigned **automatically** on login.
264
279
For the user this is transparent. The only feedback to the user is a successull login and that it is possible to use the functions which he has permissions to access.
265
280
266
-
**Further Documentation with setup and examples:**[docs/USAGE_WITH_USER_MODEL.md](docs/USAGE_WITH_USER_MODEL.md)
281
+
**Further documentation with setup and examples:**[docs/USAGE_WITH_USER_MODEL.md](docs/USAGE_WITH_USER_MODEL.md)
282
+
267
283
268
284
285
+
### Testing
286
+
This section is only for users, that may extend the functionality.
269
287
270
-
### Unit-Tests: Not needed for normal users of the yii2-adldap-module
0 commit comments