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
Kazuhiko Shiozaki
gitlab-ce
Commits
d3fcb60e
Commit
d3fcb60e
authored
Jul 04, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'flash_message_after_signup' into 'master'
Flash message after signup Fixes #1366 See merge request !948
parents
078a4a7c
87f89bc9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
app/controllers/registrations_controller.rb
app/controllers/registrations_controller.rb
+8
-0
No files found.
app/controllers/registrations_controller.rb
View file @
d3fcb60e
...
@@ -15,6 +15,14 @@ class RegistrationsController < Devise::RegistrationsController
...
@@ -15,6 +15,14 @@ class RegistrationsController < Devise::RegistrationsController
super
super
end
end
def
after_sign_up_path_for
resource
new_user_session_path
end
def
after_inactive_sign_up_path_for
resource
new_user_session_path
end
private
private
def
signup_enabled?
def
signup_enabled?
...
...
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