diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-25 08:35:07 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-25 08:35:07 +0000 |
commit | 3f5a3f73f5cb894de6ea8bd24998e73a9c329302 (patch) | |
tree | bc15086cbe08a5579ea848173bec7f2f2a9f89c8 /CHANGELOG | |
parent | 0c8b96bdbc5c9f92d7a1e1227498cd2cc00d19ac (diff) | |
parent | 9f939cdd6db0d0e009ef56b80738ebebf3f4031c (diff) | |
download | gitlab-ce-3f5a3f73f5cb894de6ea8bd24998e73a9c329302.tar.gz |
Merge branch 'rs-default-admin-password' into 'master'
Change the default admin password
Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2422
See merge request !865
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 3a50dffbeee..4095ac48782 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ v 7.13.0 (unreleased) - Fix invalid timestamps in RSS feeds (Rowan Wookey) - Fix error when deleting a user who has projects (Stan Hu) - Fix downloading of patches on public merge requests when user logged out (Stan Hu) + - The password for the default administrator (root) account has been changed from "5iveL!fe" to "password". - Update maintenance documentation to explain no need to recompile asssets for omnibus installations (Stan Hu) - Support commenting on diffs in side-by-side mode (Stan Hu) - Fix JavaScript error when clicking on the comment button on a diff line that has a comment already (Stan Hu) |