Docs: Fix Vale issues with the User account doc

Problem to solve

The Vale linter is used to support grammar linting in GitLab documentation. As Vale was implemented after many of the GitLab documents were written, we have many documentation pages that do not meet the linting standards created by the GitLab Technical Writing team for Vale.

Further details

As an example, here's the output from a Vale test on the User account topic, which is in the docs here.

You don't need to fix all of these issues; fix as many as you can.

The first number is the line number in the doc file where you can find the issue.

 25:8     warning     Avoid using future tense:       gitlab.FutureTense
                      "will notify"
 35:27    warning     Avoid using future tense:       gitlab.FutureTense
                      "will see"
 88:16    warning     Avoid using future tense:       gitlab.FutureTense
                      "will behave"
 112:27   warning     Avoid using future tense:       gitlab.FutureTense
                      "will be"
 155:32   warning     Avoid using future tense:       gitlab.FutureTense
                      "will include"
 228:55   warning     Avoid using future tense:       gitlab.FutureTense
                      "will be"
 256:5    warning     Avoid using future tense:       gitlab.FutureTense
                      "will be"

Proposal

Who can address the issue

Other links/references

Edited by Suzanne Selhorn