Removed not longer needed extra message.

This commit is contained in:
Martin Edenhofer 2013-01-03 13:03:33 +01:00
parent ffa6259099
commit d6869344fb

View file

@ -140,7 +140,7 @@ class Verify extends App.Controller
App.Event.trigger 'notify:removeall' App.Event.trigger 'notify:removeall'
@notify @notify
type: 'success', type: 'success',
msg: 'Password reset successfull.' msg: 'Woo hoo! Your password has been changed!'
# redirect to # # redirect to #
@navigate '#' @navigate '#'
@ -154,13 +154,6 @@ class Verify extends App.Controller
msg: 'Something went wrong. Please contact your administrator.' msg: 'Something went wrong. Please contact your administrator.'
) )
@html App.view('generic/hero_message')(
head: 'Woo hoo! Your password has been changed!'
message: 'Please try to login!'
)
render_changed_failed: => render_changed_failed: =>
@html App.view('generic/hero_message')( @html App.view('generic/hero_message')(
head: 'Failed!' head: 'Failed!'