Skip to content

giorgiopagnoni/symfony4-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a4f8be9 · Aug 14, 2018

History

32 Commits
Jan 18, 2018
Jan 17, 2018
Jan 25, 2018
Jan 24, 2018
Jan 19, 2018
Jan 25, 2018
Jan 25, 2018
Jan 18, 2018
Jan 18, 2018
Aug 14, 2018
Jan 26, 2018
Jan 17, 2018
Jan 24, 2018
Jan 17, 2018
Jan 17, 2018
Jan 24, 2018

Repository files navigation

symfony4-user

skeleton for projects that require user registration and authentication with Symfony 4

checkout the branch "oauth" for google and facebook sign-in!

Features

  • User registration (with ReCaptcha) and authentication
  • User edit
  • Password reset (with ReCaptcha)
  • Optional double opt-in
  • Automatic login after user activation and password reset
  • Bootstrap 4 theme

Usage

Set environment variables in .env; you'll need a db, a mailer and recaptcha keys. Then run

$ php bin/console doctrine:database:create
$ php bin/console doctrine:migrations:migrate