The Wayback Machine - https://web.archive.org/web/20200705180545/https://github.com/topics/users
Skip to content
#

users

Here are 395 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 May 28, 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

ravage84
ravage84 commented Jan 22, 2019

In our applications, we have a three level configuration system:

  1. application wide default configuration (versioned, in appliation folder)
  2. environment specific default configuration (versioned, in appliation folder)
  3. enviornment specific "local" configuration (only on server, outside of appliation folder)

The latter merges with and overwrites the former.

We load these configurati

karmix
karmix commented Jun 1, 2019

The integration tests for 'File /home/test_user_keys_from_url/.ssh/authorized_keys' are failing. @majormoses has updated their keys on GitHub, and so the integration tests that validated that they keys were properly downloaded and put in authorized_keys are no longer matching the key content. We should update the keys in default_spec.rb, or rewrite the tests as suggested here: https://github

Improve this page

Add a description, image, and links to the users 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 users topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.