Details des Tickets

Beschreibung,Kommentare und Anhänge

merge request id 5
TitelFeature/resend confirmation
BeschreibungAdmin user should be able to resend confirmation emails for other users, if that users did not confirmed yet
Statusmerged
Created at 2018-08-08T10:19:36.267Z
Updated at 2018-08-08T10:35:22.902Z
Source branchfeature/resend-confirmation
Target branchdevelop
AuthorGregor Gabriel
AssigneeMarcel Pociot

Discussion notes

merged Marcel Pociot 2018-08-08T10:35:22.952Z
mentioned in commit c755d0b76678f2d33abab0e2a899d0638e72c6d9 Marcel Pociot 2018-08-08T10:35:23.072Z

Merge Commits

Title Id Author Created at Message
Merge branch 'develop' of http://gitlab.learningsystem.de/lms/seventeen into… 02c0ff264c9681bbcc06093305f321dcfebe2469 TUV\gabrielg 2018-08-08T09:37:47.000Z Merge branch 'develop' of http://gitlab.learningsystem.de/lms/seventeen into feature/resend-confirmation
WIP - prepared composer vor verion 1.4 of needed library 0364ef967a19d1db83330d21289768e4428136e2 TUV\gabrielg 2018-08-07T16:52:27.000Z WIP - prepared composer vor verion 1.4 of needed library
Merge branch 'develop' of http://gitlab.learningsystem.de/lms/seventeen into… 0e25587c4ae156b830cf00e0bc864b187982108b TUV\gabrielg 2018-08-07T15:35:16.000Z Merge branch 'develop' of http://gitlab.learningsystem.de/lms/seventeen into feature/resend-confirmation
WIP + added RegistersUsers Trait to UserController 2b98350279fc38d09b60407f1e6d36898a347b09 TUV\gabrielg 2018-08-08T09:31:29.000Z WIP + added RegistersUsers Trait to UserController + added confirmation_user_id to sesion + added an own route for backend to enable confirmation email resend - sadly >>> $user = $model->findOrFail($request->session()->pull('confirmation_user_id')); <<< $user has no "save" methode - what causes an exception
Revert "Revert "wip - updated composer lock-file"" 33f2f3ff5e926cfe02ff1418babd42089115550b TUV\gabrielg 2018-08-03T13:24:12.000Z Revert "Revert "wip - updated composer lock-file"" This reverts commit 3774bd3ee1038e73b655b15a76c2ae2cd5baefa5.
Revert "wip - updated composer lock-file" 3774bd3ee1038e73b655b15a76c2ae2cd5baefa5 TUV\gabrielg 2018-08-03T13:23:03.000Z Revert "wip - updated composer lock-file" This reverts commit e469629518fe0e7706e1ea78fae979f280796b1a.
WIP - updated composer.lock file 939b62a28851e514d4a00638ab5394031d98c810 TUV\gabrielg 2018-08-07T16:11:02.000Z WIP - updated composer.lock file
updated composer lock after Symfony update 9f181aa95a32096f06b584afbb2aae6e3c3bc022 TUV\gabrielg 2018-08-03T13:22:19.000Z updated composer lock after Symfony update
WIP - this code should redirect to user form after route auth.resend_confirmation was invoked b6eef3c4bbdac0027926fc2698617431dba7d87a TUV\gabrielg 2018-08-08T08:04:26.000Z WIP - this code should redirect to user form after route auth.resend_confirmation was invoked - sadly i missed something, so I am redirected to dashboard
Resending confirmation mail now works and gives feedback in user form deaf39e08ec59579c0be5d1120ce46548f7048c2 TUV\gabrielg 2018-08-08T10:17:36.000Z Resending confirmation mail now works and gives feedback in user form
WIP - supply possibility to resend registration confirmation email ec567c97c36505db2589b1f0a3284d8b99d08824 TUV\gabrielg 2018-08-03T12:37:42.000Z WIP - supply possibility to resend registration confirmation email - Handling after sending is not optimal i.m.o