Archived
1
0
Fork 0
Commit graph

19 commits

Author SHA1 Message Date
863175eb51 app/controllers/AuthController.php: No need to set event manager anymore 2022-07-26 21:06:16 +02:00
2faf85359a app/controllers/AuthController.php: in registerAction() send activation mail if email from oauth is changed. 2018-09-25 22:25:13 +00:00
4ff298e7ea app/controllers/AuthController.php: in oauthAction() redirect new users to register page even if their email is taken (they can change it now) 2018-09-25 22:25:13 +00:00
ca7a3675f7
app/controllers/AuthController.php: use Httpcb\Auth\Result to have more detailed reason why an authentication failed. 2018-08-17 16:54:38 +02:00
1d1c1c29ce
app/controllers/AuthController.php: in oauthAction() use User::findFirstByEmail() 2018-08-16 19:00:01 +02:00
82fb869042
app/controllers/AuthController.php: fixing registerAction() 2018-08-15 22:07:19 +02:00
2529d29d80
app/controllers/AuthController.php: in oauthAction() redirect to registration page if no user is found. 2018-08-14 23:22:30 +02:00
7b2f53e4dc
app/controllers/AuthController.php: add registerAction() 2018-08-14 23:18:24 +02:00
7fd242a28a
app/controllers/AuthController.php: minor fix. 2018-08-11 13:35:35 +02:00
4d073468ca app/controllers/AuthController.php: fire onOAuthConnected event. 2018-06-10 22:40:07 +02:00
adb98241c7 app/controllers/AuthController.php: in oauthAction() if we have an authed user then we should connect accounts. 2018-06-10 20:55:29 +02:00
22627a811c app/controllers/AuthController.php: in oauthAction() show flash message if account creation failed. 2018-06-08 00:12:05 +02:00
ef8e78084e app/controllers/AuthController.php: in oauthAction() use the new implementation of OAuth. 2018-04-06 11:55:30 +02:00
08ad47caf7 app/controllers/AuthController.php: in oauthAction() do not show error message when in fact oauth succeeded. 2018-04-05 19:06:06 +02:00
2b6da6453b Change form namespace to App\Form 2018-04-02 23:37:50 +02:00
6173d56fd4 change model namespace to App\Model\Data 2018-04-02 23:35:49 +02:00
f55c8adb20 app/controllers: Fixing namespace. 2018-04-02 12:17:10 +02:00
3286ec8ec0 app/controllers/AuthController.php: in oauthAction() show a generic message on error and redirect to "/login" again instead of first page. 2018-02-25 20:02:10 +01:00
e869a1cab4 initial commit 2017-09-01 17:10:27 +02:00