summaryrefslogtreecommitdiff
path: root/lib/gitlab/auth/user_access_denied_reason.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add username to terms message in git and API callsbvl-add-username-to-terms-messageBob Van Landuyt2018-05-241-4/+4
| | | | | | | | This will make it clearer to users which account is being used to make the API/git call. So they know which account needs to be used to accept the terms. Closes #46649
* Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-0/+33
When terms are enforced, but the user has not accepted the terms access to the API & git is rejected with a message directing the user to the web app to accept the terms.