- ⌂ io_comand_login
- Classes
- Content Types
Base Login Model
The Base Login Model content type has the following fields and is meant to be extended to implement specific Login Policy Models: Credentials, User, Log, Session, Security Questions, Reset Role, Impersonation.
- Title - Human-friendly name.
- Description - Short description of the login model and how it can be used.
- Package - Defines the package where the PHP class implementation is for this feature. If not specified, defaults to the content type PHP implementation.
- Class Name - Defines the fully qualified PHP class name of the PHP class implementation for this feature. If not specified, defaults to the content type PHP implementation.