Skip to content

User email address changes are never noticed #96

@Iain-S

Description

@Iain-S

When a user first logs in, we get their email address (in the public.user_rbac.username field). We don't seem to every check whether this is updated though, so email address changes (while keeping the same account) break the permissions checks (we look for that username in the list of people with subscription access). User's whose emails change will probably not be able to see anything in the frontend list, as their name change does propagate to the subscription_details table correctly (but not user_rbac).

Possible solution:

  1. Re-check the username whenever the user manually logs out and in again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions