users
users copied to clipboard
Users Plugin for CakePHP
Hello, is it possible with this plugin to implement authentication with an OTP token via email or SMS? I have not found anything about it in the documentation. Only two-factor...
Not an issue per se', and haven't done a pull request as trivial. Is it acceptable to provide the TOTP secret through to the view as well as the TOTP...
Would be great to have support for at least a "last login" time and IP tracker. Ideally, a separate history table, might also include failed logins, saving a certain number...
The [documentation](https://github.com/CakeDC/users/blob/master/Docs/Documentation/UserHelper.md#rbac-link) is not up to date with the latest set of helpers. It currently defines use of the `UserHelper::link()` method and not the `AuthLinkHelper::link()` method.
It appears that user records that are in *transit* between registration and activation are treated as permanent user records. Once they are created (I can't find any delete source code)...
Without this no email is sent. This has become necessary after the following change from #685 https://github.com/CakeDC/users/pull/685/files#diff-087e5d4ddeb9b25aa37f089c2ce923ee418537310623b29d393404528f1797a3R73-R80
I'd like to have one route in my API be able to take requests and return the appropriate results based on whether or not an authentication or authorization has occurred....