Skip to content

WIP: Hide private token by default

username-removed-443319 requested to merge hide-api-token into master

What does this MR do?

Only show the user's private token after they enter their password.

Are there points in the code the reviewer needs to double check?

@rspeicher has taken a look at the backend, so the frontend 🙂

Why was this MR needed?

It's better to require confirmation that this actually the user before displaying the token: for instance, in the case of an XSS vulnerability.

Screenshots (if relevant)

Private_token

Does this MR meet the acceptance criteria?

Merge request reports