Users Plugin for CakePHP

Repo Url https://github.com/CakeDC/users
Clone Url:
Watchers 328
Issues 16
Forks 203
Last Pushed At 2016-04-25
Category User Management
Tags has:authenticate has:behavior has:composer has:config has:controller has:entity has:helper has:license has:locale has:readme has:shell has:table has:tests keyword:auth keyword:authentication keyword:cakedc keyword:oauth2 license:mit version:3.x
Last fetched: on 1/4/20

Recent Activity

Date Commit Message
2025-01-20 1108 - Fix usage of `superadmin` and `admin` across the plugin
2025-01-17 Merge branch '14.next-cake5' of https://github.com/CakeDC/users into 14.next-cake5
2025-01-17 Update version and changelog
2025-01-17 Fix plugin loaded twice in tests/bootstrap.php
2025-01-17 Make plugin compatible with CakePHP 5.1
2025-01-10 Set type of email notification 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
2025-01-10 Typo
2025-01-10 Deprecate U2F
2025-01-10 Added Czech translation
2025-01-10 Merge branch 'feature/correctly-load-webauthn' into feature/deprecated-u2f # Conflicts: # src/Loader/AuthenticationServiceLoader.php # src/Loader/MiddlewareQueueLoader.php
2025-01-10 Don't check config from specific cakephp versions
2025-01-10 fixing unit tests
2025-01-10 Correcly load classed for webauthn
2025-01-10 Deprecate U2F
2025-01-10 fix cs errors
2025-01-10 Deprecate U2F
2025-01-10 Deprecate U2F
2025-01-10 Deprecate U2F
2025-01-10 add test testRedirectToLoginDebug to check location returned in message
2025-01-10 Add changes of 11.2.0 release
2025-01-10 use debug config instead if add new configuration
2025-01-10 add config option to include Unauthorized Url in returned Flash Message
2025-01-10 Return request path part only instead of full URL Resolves #1002
2025-01-10 updated minimum php version from 7.2+ to 7.3+, docs update