User Plugin Updated to v3 - Another Big Step Forward

Good news!

We’ve just released a major update to our User Plugin for October CMS! This latest version introduces Laravel authentication, built-in two-factor authentication, and a user activity log.

This update is packed with everything you need to impress your clients. Dive into the details and see how these new features can streamline your site management. Upgrade now and modernize your site, with more updates to come!

4 Likes

nice, but tried to copy/paste from vanilla theme and “enabling” did nothing… :confused:
in backend there are no “switch” or something to enable/disable 2Fa or anything…

some kind of docs will be helpfull

Sorry, I’m not sure what needs to be documented.

2FA is included in the vanilla theme. A switch isn’t needed since if a user has not activated 2FA, then it can be considered disabled. To disable it from the whole site, remove the partial from the profile page.

for sure, vanilla theme, but… imagine that u know nothing about that theme, and nothing about registered events, modals, re-writed handlers to open custom modals for showing that QR code, etc.

when everything is created somewhere “hidden”, then is not really too good and readable for “newcomers”… i managed to digg into and extract everything to get everything working, but it was a pain…

for example:

  1. modals (ajax-modal, alert dialog, password-dialog)
  2. custom control’s like class AlertDialog extends oc.ControlBase
  3. all user profile in vanilla is full of partials like “form fields” for each part, etc.

without any knowledge, you will never know, how to create two factor auth on your own…

Those are fair points, the vanilla theme is the reference implementation and forms part of the documentation. Here are some links to the documentation articles for the functions you’ve mentioned: