Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am caboose89 on github.
  • I am arrow89 (https://keybase.io/arrow89) on keybase.
  • I have a public key ASA4NLFDdnGjSqYZzYAkVx3nNa8A6TO8lrYUGULVztP_zAo

To claim this, I am signing this object:

@caboose89
caboose89 / NewPasswordType.php
Created January 7, 2019 22:05 — forked from florentdestremau/NewPasswordType.php
A simple User authentication setup to copy & paste into your Symfony 3.4 install
<?php
namespace AppBundle\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\PasswordType;
use Symfony\Component\Form\Extension\Core\Type\RepeatedType;
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
use Symfony\Component\Form\FormBuilderInterface;