cmskit / extension-user
User- and rights-management for cms-kit
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/cmskit/extension-user
Requires
- php: >=5.3.3
- cmskit/jquery-ui: dev-master
- cmskit/jsoneditor: *
- cmskit/package-installer: 1.0.*@dev
This package is not auto-updated.
Last update: 2025-09-27 21:56:45 UTC
README
Installation-path: backend/extensions/user
Description
This extension implements a highly configurable user-/profile-management for cms-kit backend.
additional Tables/Objects in your Database: _user, _profile
additional Wizards/Functions:
- settings Wizard for User-Settings
- login Functions to verify username/password + map profiles
- register Frontend User-Registration (needs the Fields "email" (VARCHAR) + "confirmed" (BOOL))
- reset Frontend Password-Reset (needs the Field "email" (VARCHAR))
- profile_manager Wizard to edit Profiles
- su "Switch-User"-Wizard (roots only)
- set_pass Wizard to set a new Password in Backend
additional Hooks:
Installation
Manual installation
- download and extract this Folder (user) into backend/extensions/