Parse GitLab confirmed_at to set email_verified
GitLab's /api/v4/user returns confirmed_at as an ISO 8601 timestamp
when the user has verified their email. Parse it and set
email_verified accordingly, instead of hardcoding false.
Email is now only populated when confirmed_at is present, consistent
with the Google and GitHub treatment.