Slide 4
Slide 4 text
UserInterface
And a summary of UserBundle's features
●
Extends core AdvancedAccountInterface (expire, lock, disable)
●
Canonical email/username fields
●
Unique indexing (MongoDB), case-folding (URL slugs), charset normalization
(localization)
●
Hash algorithm configurable per account
●
Drop-in EncoderFactory service for Security component
●
Support migrated accounts from a legacy project without limiting new ones
●
Roles assigned directly or inherited via Groups
●
Confirmation token for email verification and “forgot password”
●
Track last login, created, updated timestamps