Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
b5593683
Commit
b5593683
authored
Aug 26, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mars theme for generated admin account
parent
48ce80a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
db/fixtures/development/01_admin.rb
db/fixtures/development/01_admin.rb
+1
-0
db/fixtures/production/001_admin.rb
db/fixtures/production/001_admin.rb
+3
-1
No files found.
db/fixtures/development/01_admin.rb
View file @
b5593683
...
@@ -8,5 +8,6 @@ User.seed(:id, [
...
@@ -8,5 +8,6 @@ User.seed(:id, [
password_confirmation:
"5iveL!fe"
,
password_confirmation:
"5iveL!fe"
,
admin:
true
,
admin:
true
,
projects_limit:
100
,
projects_limit:
100
,
theme_id:
Gitlab
::
Theme
::
MARS
}
}
])
])
db/fixtures/production/001_admin.rb
View file @
b5593683
...
@@ -4,7 +4,9 @@ admin = User.create(
...
@@ -4,7 +4,9 @@ admin = User.create(
username:
'root'
,
username:
'root'
,
password:
"5iveL!fe"
,
password:
"5iveL!fe"
,
password_confirmation:
"5iveL!fe"
,
password_confirmation:
"5iveL!fe"
,
password_expires_at:
Time
.
now
password_expires_at:
Time
.
now
,
theme_id:
Gitlab
::
Theme
::
MARS
)
)
admin
.
projects_limit
=
10000
admin
.
projects_limit
=
10000
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment