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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
630ff574
Commit
630ff574
authored
Jan 23, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
parents
893a68ba
1708b6cd
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
CHANGELOG
CHANGELOG
+1
-1
config/initializers/devise.rb
config/initializers/devise.rb
+2
-1
doc/README.md
doc/README.md
+1
-1
doc/workflow/README.md
doc/workflow/README.md
+1
-1
doc/workflow/workflow.md
doc/workflow/workflow.md
+1
-1
No files found.
CHANGELOG
View file @
630ff574
...
...
@@ -37,7 +37,7 @@ v 7.8.0
-
-
-
-
-
Password reset token validity increased from 2 hours to 2 days since it is also send on account creation.
-
-
-
...
...
config/initializers/devise.rb
View file @
630ff574
...
...
@@ -145,7 +145,8 @@ Devise.setup do |config|
# Time interval you can reset your password with a reset password key.
# Don't put a too small interval or your users won't have the time to
# change their passwords.
config
.
reset_password_within
=
2
.
hours
# When someone else invites you to GitLab this time is also used so it should be pretty long.
config
.
reset_password_within
=
2
.
days
# ==> Configuration for :encryptable
# Allow you to use another encryption algorithm besides bcrypt (default). You can use
...
...
doc/README.md
View file @
630ff574
...
...
@@ -9,7 +9,7 @@
-
[
Public access
](
public_access/public_access.md
)
Learn how you can allow public and internal access to projects.
-
[
SSH
](
ssh/README.md
)
Setup your ssh keys and deploy keys for secure access to your projects.
-
[
Web hooks
](
web_hooks/web_hooks.md
)
Let GitLab notify you when new code has been pushed to your project.
-
[
Workflow
](
workflow/README.md
)
Learn how to get the maximum out of GitLab
.
-
[
Workflow
](
workflow/README.md
)
Using GitLab functionality and importing projects from GitHub and SVN
.
## Administrator documentation
...
...
doc/workflow/README.md
View file @
630ff574
# Workflow
-
[
W
orkflow
](
workflow.md
)
-
[
Feature branch w
orkflow
](
workflow.md
)
-
[
Project Features
](
project_features.md
)
-
[
Authorization for merge requests
](
authorization_for_merge_requests.md
)
-
[
Groups
](
groups.md
)
...
...
doc/workflow/workflow.md
View file @
630ff574
#
W
orkflow
#
Feature branch w
orkflow
1.
Clone project:
...
...
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