Display password reset link on sign up page
This commit is contained in:
parent
6e6763a02e
commit
56b49b80e7
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
|||
module UsersHelper
|
||||
def display_password_reset_link?
|
||||
devise_mapping.recoverable? &&
|
||||
controller_name != 'passwords' &&
|
||||
controller_name != 'registrations'
|
||||
controller_name != 'passwords'
|
||||
end
|
||||
|
||||
def display_email_confirmation_link?
|
||||
|
|
Reference in a new issue