Download the PHP package remp/crm-admin-module without Composer
On this page you can find all versions of the php package remp/crm-admin-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download remp/crm-admin-module
More information about remp/crm-admin-module
Files in remp/crm-admin-module
Download remp/crm-admin-module
More information about remp/crm-admin-module
Files in remp/crm-admin-module
Vendor remp
Package crm-admin-module
Short Description CRM Admin Module
License MIT
Homepage https://remp2030.com
Package crm-admin-module
Short Description CRM Admin Module
License MIT
Homepage https://remp2030.com
Please rate this library. Is it a good library?
Informations about the package crm-admin-module
CRM Admin Module
Secured login
CRM provides another layer of security when accessing admin. If you enable admin_secure_login_check
flag in your application configuration ("Require secure authentication method for admin roles" in CRM admin), CRM will require a set of specific flags to be present in order to grant access to the administration:
- Session flag set during the login stating that it was a secure login.
- This needs to be decided and set by you and implemented through your own SignInEventHandler. Reference implementation is below. We usually recommend setting this flag when there's a Google sign in session from a specific verified domain.
- User meta flag
secure_login_allowed
set manually in the CRM admin (through user detail). Consider this as a one-time confirmation that user can actually access the admin.
Reference implementation of the sign in event handler
Components
DateFilterFormFactory
General from/to date filter with optional container.
AdminMenu
Top admin menu.
All versions of crm-admin-module with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
The package remp/crm-admin-module contains the following files
Loading the files please wait ....