The login process for super admins was incorrectly using the regular user authentication path. This commit ensures super admins use the correct authentication path
The email change request was failing with a 400 error. This commit addresses the issue by ensuring the email change request is correctly sent when a user updates their email in the profile dashboard.