Skip to content
#

user-management

Here are 569 public repositories matching this topic...

Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood up in minutes.

  • Updated Sep 29, 2020
  • PHP
zepatrik
zepatrik commented Dec 16, 2020

The recovery flow should pass on the return_to or ...recovery.after.default_browser_return_url to the following settings flow. This way the user ends up at the correct page after it completed all steps required for recovery.

Start here: https://github.com/ory/kratos/blob/48078e9a3f9734b64d587a43fe436d4c3e78120b/selfservice/strategy/link/strategy_recovery.go#L456

waldenn
waldenn commented Mar 5, 2020

In order to make the email functionality work on my SMTP server (which forwards emails to a secure ISP relay), I had to make these changes in the userfrosting/app/sprinkles/core/config/default.php:

'port' => 25,
'auth' => false,
'secure' => 'false'

Please consider adding these options to the setup options (and documentation).
I had to create a PHPMailer application to debug my

kimai2

Improve this page

Add a description, image, and links to the user-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the user-management topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.