-
Updated
May 28, 2020 - PHP
users
Here are 395 public repositories matching this topic...
We should add configuration excerpts with their file names to the quickstart guide. Take a look at the oathkeeper guide for ideas.
In our applications, we have a three level configuration system:
- application wide default configuration (versioned, in appliation folder)
- environment specific default configuration (versioned, in appliation folder)
- enviornment specific "local" configuration (only on server, outside of appliation folder)
The latter merges with and overwrites the former.
We load these configurati
-
Updated
Dec 8, 2019 - Swift
-
Updated
Jun 19, 2020 - HTML
-
Updated
Jul 3, 2020 - Python
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
-
Updated
Nov 15, 2019 - Shell
-
Updated
Apr 27, 2020 - TypeScript
-
Updated
Apr 11, 2020 - JavaScript
-
Updated
Apr 19, 2020 - PHP
-
Updated
Nov 1, 2018 - Elixir
-
Updated
Jan 22, 2019 - JavaScript
The password_reset_email_handler
and validation_email_handler
each define a subject
that is formatted with the site.domain
. This is difficult to override when the domain is unwanted.
We could instead use a django template, to which we pass the `s
-
Updated
Jul 2, 2019
Description
Error when switching: “You do not currently have a Shield user session. Please login again.”
More info:
https://wordpress.org/support/topic/clicking-on-another-user-logs-me-out/
https://wordpress.org/plugins/wp-simple-firewall/
Improve this page
Add a description, image, and links to the users topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the users topic, visit your repo's landing page and select "manage topics."
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:
Please consider adding these options to the setup options (and documentation).
I had to create a PHPMailer application to debug my