Votre historique d'actions
++ Blah blah blah. +
+diff --git a/.env.example b/.env.example
index 2a0b2b96..cfd39eac 100644
--- a/.env.example
+++ b/.env.example
@@ -25,7 +25,7 @@ APP_SECRET=ef29ce868e1edbcdca03e977a23dce9c
# ###############################
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
# si la db mysql
-DATABASE_URL="mysql://demoland:plopplop01@127.0.0.1:3306/tykayn?serverVersion=8&charset=utf8mb4"
+DATABASE_URL="mysql://demoland:plopplop01@127.0.0.1:3306/app?serverVersion=8&charset=utf8mb4"
# si la db est postgresql
#DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8"
@@ -39,11 +39,5 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
###< symfony/messenger ###
###> symfony/mailer ###
-MAILER_DSN=null://null
+# MAILER_DSN=null://null
###< symfony/mailer ###
-
-###> symfony/lock ###
-# Choose one of the stores below
-# postgresql+advisory://db_user:db_password@localhost/db_name
-LOCK_DSN=flock
-###< symfony/lock ###
diff --git a/.env.test b/.env.test
new file mode 100644
index 00000000..9e7162f0
--- /dev/null
+++ b/.env.test
@@ -0,0 +1,6 @@
+# define your env variables for the test env here
+KERNEL_CLASS='App\Kernel'
+APP_SECRET='$ecretf0rt3st'
+SYMFONY_DEPRECATIONS_HELPER=999999
+PANTHER_APP_ENV=panther
+PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
diff --git a/.gitignore b/.gitignore
index 99db1a6b..bdf7efc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,31 @@
-/node_modules/
+
+###> symfony/framework-bundle ###
/.env
-/vendor/*
-/var/cache/dev/
-/var/log/
+/.env.local.php
+/.env.*.local
+/config/secrets/prod/prod.decrypt.private.php
+/public/bundles/
+/var/
+/vendor/
+###< symfony/framework-bundle ###
+
+###> phpunit/phpunit ###
+/phpunit.xml
+.phpunit.result.cache
+###< phpunit/phpunit ###
+
+###> symfony/phpunit-bridge ###
+.phpunit.result.cache
+/phpunit.xml
+###< symfony/phpunit-bridge ###
###> phpstan/phpstan ###
phpstan.neon
###< phpstan/phpstan ###
-public/bundles/
-public/build/
+
+###> symfony/webpack-encore-bundle ###
+/node_modules/
+/public/build/
+npm-debug.log
+yarn-error.log
+###< symfony/webpack-encore-bundle ###
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index f6c96ab6..b0a6d9e5 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -24,1429 +24,12 @@
@@ -1689,10 +272,10 @@
+ Page historique +
++ Blah blah blah. +
++ Coucou {{ app.user.email }}! +
++ Votre description: + {{ app.user.description }} +
+ + +
+ Please confirm your email address by clicking the following link:
+ Confirm my Email.
+ This link will expire in {{ expiresAtMessageKey|trans(expiresAtMessageData, 'VerifyEmailBundle') }}.
+
+ Cheers! +
diff --git a/templates/registration/register.html.twig b/templates/registration/register.html.twig new file mode 100644 index 00000000..12d32c94 --- /dev/null +++ b/templates/registration/register.html.twig @@ -0,0 +1,23 @@ +{% extends 'base.html.twig' %} + +{% block title %}Register{% endblock %} + +{% block body %} + {% for flash_error in app.flashes('verify_email_error') %} +