-
Updated
Sep 29, 2020 - PHP
users
Here are 425 public repositories matching this topic...
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
-
Updated
Dec 11, 2020 - PHP
-
Updated
Dec 8, 2019 - Swift
-
Updated
Dec 13, 2020 - Python
-
Updated
Nov 2, 2020 - Blade
-
Updated
Sep 8, 2020 - Ruby
-
Updated
Nov 15, 2019 - Shell
-
Updated
Apr 27, 2020 - TypeScript
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Oct 7, 2020 - PHP
-
Updated
Nov 1, 2018 - Elixir
-
Updated
Jul 29, 2020 - Python
-
Updated
Jan 22, 2019 - JavaScript
-
Updated
Jul 2, 2019
-
Updated
Feb 7, 2020 - PHP
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/
-
Updated
Jul 18, 2020 - PHP
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."
The recovery flow should pass on the
return_toor...recovery.after.default_browser_return_urlto 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