if user.persisted?
      flash.notice = "Signed in with #{user.provider}!"
      if !user.email || "" == user.email
        flash.notice += "\nPlease provide an email adress if you want to receive notifications."
      end