Skip to content
#

user-management

Here are 535 public repositories matching this topic...

Laravel 7 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. Project can be stood up in minutes.

  • Updated Sep 2, 2020
  • PHP
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

UkonnRa
UkonnRa commented Sep 5, 2020

Is your feature request related to a problem? Please describe.

Now Messages are something like:

[
  {
    "id": 4000006,
    "text": "The provided credentials are invalid, check for spelling mistakes in your password or username, email address, or phone number.",
    "type": "error",
    "context": {}
  }
]

So if text contains some variables, it will be impossab

kimai2

A ready-to-use CodeIgniter skeleton with tons of new features and a whole new concept of hooks (actions and filters) as well as a ready-to-use and application-free themes and plugins system. Facebook Page: http://bit.ly/2oHzpxC | Facebook Group: http://bit.ly/2o3KOrA. Help me carry on making more free stuff → http://bit.ly/2ppNujE

  • Updated Jul 15, 2018
  • PHP

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.