Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Merge requests
  • !7876

Closed
Created 10 years ago by Administrator@rootOwner
  • Report abuse
Report abuse

Simplify the default admin password.

  • Overview 10
  • Commits 1
  • Changes 6

Created by: cirosantilli

Easier to type and remember: if I mistype this one more time I will....... :rage:

Downside: lose the indication that your password should have uppercase and special chars.

But if an admin does not know that, then that is the least security concern for the users... so I it's worth having the simpler password.

The real solution to stronger passwords for all users is to add a password strength indicator.

Loading
Loading

  • Administrator
    Administrator @root 路 10 years ago
    Owner

    Created by: TeatroIO

    I've prepared a stage. Click to open.

    By Administrator on 2014-09-27T08:55:14 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit fc979f15 10 years ago
    db/fixtures/development/01_admin.rb
    4 4 s.name = 'Administrator'
    5 5 s.email = 'admin@example.com'
    6 6 s.username = 'root'
    7 s.password = '5iveL!fe'
    8 s.password_confirmation = '5iveL!fe'
    • Administrator
      Administrator @root 路 10 years ago
      Owner

      Created by: houndci-bot

      Prefer single-quoted strings when you don't need string interpolation or special symbols.

      By Administrator on 2014-10-01T09:15:37 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit fc979f15 10 years ago
    db/fixtures/production/001_admin.rb
    1 1 password = if ENV['GITLAB_ROOT_PASSWORD'].blank?
    2 "5iveL!fe"
    2 '12345678'
    • Administrator
      Administrator @root 路 10 years ago
      Owner

      Created by: houndci-bot

      Prefer single-quoted strings when you don't need string interpolation or special symbols.

      By Administrator on 2014-10-01T09:15:37 (imported from GitLab project)

  • Administrator
    Administrator @root started a thread on commit fc979f15 10 years ago
    db/fixtures/development/01_admin.rb
    Unable to load the diff
    • Administrator
      Administrator @root 路 10 years ago
      Owner

      Created by: houndci-bot

      Prefer single-quoted strings when you don't need string interpolation or special symbols.

      By Administrator on 2014-10-01T09:15:37 (imported from GitLab project)

  • Administrator
    Administrator @root 路 10 years ago
    Owner

    Created by: seuros

    I think thie is unsecure. When the password is hard to remember, the user normally change it to something personal. But when it 12345678, the admin might keep it.

    By Administrator on 2014-09-27T10:30:23 (imported from GitLab project)

  • Administrator
    Administrator @root 路 10 years ago
    Owner

    Created by: maxlazio

    I don't like this. There is an option already to setup custom password on installation so changing this doesn't make too much sense.

    By Administrator on 2014-09-27T10:36:07 (imported from GitLab project)

  • Administrator
    Administrator @root 路 10 years ago
    Owner

    Created by: cirosantilli

    @seuros I'm not sure: if we consider admins who are at that level of inexperience (thinking that 12345678 is fine), then he might as well think that 5iveL!fe is secure because complicated and not change. In any case, there is nothing anyone can do to secure an installation for such inexperienced admins.

    @maxlazio I don't quite understand why it doesn't make sense: there exists an option, and I'm proposing to give it a better default value. Of course, it may be questioned if this is a better default.

    Another options is to change if only for development, but I think it is a better production value also.

    By Administrator on 2014-09-27T11:25:08 (imported from GitLab project)

  • Administrator
    Administrator @root 路 10 years ago
    Owner

    Created by: cirosantilli

    Also when you install gitlab for the first time, it redirects you to: http://localhost/profile/password/new to select a new password after logging in for the first time... so you have to type it 2x to change it.

    By Administrator on 2014-10-22T13:46:13 (imported from GitLab project)

  • Administrator
    Administrator @root 路 10 years ago
    Owner

    Created by: dblessing

    I don't see the immediate value for this. Also, changing it has some inherent 'risk' to usability because users often Google for the default user/pass for any system. In GitLab's case you're going to find 5!veL1fe and when that doesn't work, be stuck or confused. It's hard enough we just changed the default username, which was forced due to security concerns.

    By Administrator on 2014-10-24T03:54:57 (imported from GitLab project)

  • Administrator
    Administrator @root 路 10 years ago
    Owner

    Created by: cirosantilli

    Very well, seems people don't want this.

    By Administrator on 2014-10-24T07:06:02 (imported from GitLab project)

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
0 Assignees
Assign to
0 Reviewers
Request review from
Milestone
No milestone
None
None
Time tracking
0
Labels
None
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
participants
Reference:
Source branch: github/fork/cirosantilli/simplify-admin-password

    0 pending comments

Menu

Projects Groups Snippets
Help