Editing a file through web interface adds username and password to commit.
Created by: Routhinator
Summary: Editing a document via the web interface creates a commit with the username and password on it. Steps to reproduce: Edit a document and commit changes via the web interface. Expected behavior: Users display name and email should show in place. Observed behavior
![screenshot from 2014-02-03 13 25 37]
Output of checks:
routh@www:/home/git/gitlab$ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
Checking Environment ...
Git configured for git user? ... yes
Has python2? ... yes
python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.7.9 ? ... OK (1.8.0)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
update hook up-to-date? ... yes
update hooks in repos are links: ...
Chris Routh / The Den of Amateur Writing - Drupal ... ok
Chris Routh / Star Trek - Momentum ... ok
Chris Routh / Restaurant Menu ... ok
Chris Routh / Frederic Haddad - Landing Page ... ok
Chris Routh / Bookie Bashing ... ok
Chris Routh / MashPotato Angular ... ok
Chris Routh / Hspace Wizard - Keplerian Calc ... ok
Chris Routh / The Den of Amateur Writing - AngularJS Interface ... ok
Chris Routh / MashPotato API ... ok
Chris Routh / MashPotato Backbone ... ok
Chris Routh / NodeJS Cities Module ... ok
Chris Routh / Resistance Ottawa - Frontend ... ok
Chris Routh / Resistance Ottawa - Backend ... repository is empty
Brad / Operation Blue Shield ... ok
Chris Routh / pySEGChess ... ok
Chris Routh / MashPotato API Django ... ok
Chris Routh / The Legend of Albion - Fall of The King ... ok
Chris Routh / Portfolio frontend ... ok
Chris Routh / Code Blue - ARC Tool Redesign ... ok
Brad / Code Blue - ARC Tool Redesign ... ok
Running /home/git/gitlab-shell/bin/check
Check GitLab API access: OK
Check directories and files:
/home/git/repositories: OK
/home/git/.ssh/authorized_keys: OK
Test redis-cli executable: redis-cli 2.2.12
Send ping to redis server: PONG
gitlab-shell self-check successful
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Number of Sidekiq processes ... 1
Checking Sidekiq ... Finished
Checking LDAP ...
LDAP is disabled in config/gitlab.yml
Checking LDAP ... Finished
Checking GitLab ...
Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... yes
Init script up-to-date? ... yes
projects have namespace: ...
Chris Routh / The Den of Amateur Writing - Drupal ... yes
Chris Routh / Star Trek - Momentum ... yes
Chris Routh / Restaurant Menu ... yes
Chris Routh / Frederic Haddad - Landing Page ... yes
Chris Routh / Bookie Bashing ... yes
Chris Routh / MashPotato Angular ... yes
Chris Routh / Hspace Wizard - Keplerian Calc ... yes
Chris Routh / The Den of Amateur Writing - AngularJS Interface ... yes
Chris Routh / MashPotato API ... yes
Chris Routh / MashPotato Backbone ... yes
Chris Routh / NodeJS Cities Module ... yes
Chris Routh / Resistance Ottawa - Frontend ... yes
Chris Routh / Resistance Ottawa - Backend ... yes
Brad / Operation Blue Shield ... yes
Chris Routh / pySEGChess ... yes
Chris Routh / MashPotato API Django ... yes
Chris Routh / The Legend of Albion - Fall of The King ... yes
Chris Routh / Portfolio frontend ... yes
Chris Routh / Code Blue - ARC Tool Redesign ... yes
Brad / Code Blue - ARC Tool Redesign ... yes
Projects have satellites? ...
Chris Routh / The Den of Amateur Writing - Drupal ... yes
Chris Routh / Star Trek - Momentum ... yes
Chris Routh / Restaurant Menu ... yes
Chris Routh / Frederic Haddad - Landing Page ... yes
Chris Routh / Bookie Bashing ... yes
Chris Routh / MashPotato Angular ... yes
Chris Routh / Hspace Wizard - Keplerian Calc ... yes
Chris Routh / The Den of Amateur Writing - AngularJS Interface ... yes
Chris Routh / MashPotato API ... yes
Chris Routh / MashPotato Backbone ... yes
Chris Routh / NodeJS Cities Module ... yes
Chris Routh / Resistance Ottawa - Frontend ... yes
Chris Routh / Resistance Ottawa - Backend ... can't create, repository is empty
Brad / Operation Blue Shield ... yes
Chris Routh / pySEGChess ... yes
Chris Routh / MashPotato API Django ... yes
Chris Routh / The Legend of Albion - Fall of The King ... yes
Chris Routh / Portfolio frontend ... yes
Chris Routh / Code Blue - ARC Tool Redesign ... yes
Brad / Code Blue - ARC Tool Redesign ... yes
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.8.5)
Checking GitLab ... Finished
Version of GitLab: 6.5 commit 6f6f1588
Setup:
System information
System: Ubuntu 12.04
Current User: git
Using RVM: no
Ruby Version: 2.0.0p247
Gem Version: 2.0.3
Bundler Version:1.3.5
Rake Version: 10.1.0
GitLab information
Version: 6.5.1
Revision: 6f6f158
Directory: /home/git/gitlab
DB Adapter: mysql2
URL: https://git.amateurwriting.net
HTTP Clone URL: https://git.amateurwriting.net/some-project.git
SSH Clone URL: [email protected]:some-project.git
Using LDAP: no
Using Omniauth: no
GitLab Shell
Version: 1.8.0
Repositories: /home/git/repositories/
Hooks: /home/git/gitlab-shell/hooks/
Git: /usr/bin/git
Possible Fixes: Unknown