You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATED: Deprecated users.last_sign_in_at and users.last_sign_in_ip columns. remp/crm#2871
The columns hold information about the second last sign in. The last (current) sign in is kept in current_sign_in_at and current_sign_in_ip. Since the actual use of deprecated columns is highly unlikely, we don't provide an out-of-the-box alternate way to preserve them.
Fixed the information displayed in the "Last login" box of the user's detail page in the admin. remp/crm#2871
System previously displayed second last login information, not the last one.
Added new graph to user stats screen which shows registration through sales funnels. remp/crm#2864
Replaced use of SegmentFactory with SegmentFactoryInterface in the user:reconstruct_user_data command. remp2020/crm-users-module#19