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
Removed whitespaces from company information (company_id, company_vat_id, company_tax_id) in tables addresses and address_change_requests. Updated related repositories to prevent pass whitespaces again. remp/crm!839
Added new API endpoints to manage user's meta information. remp/crm#1059
Fixed UserMetaRepository method add now returns ActiveRow even by update. remp/crm#1059
Added link to the sign in page into the request password page. remp/crm#1124
Added password reset button to admin user show template. remp/crm#1106
Removed forced lowercasing when searching for email in database. MySQL (and its spinoffs) is by default case insensitive for string search. #6