corsacca

Results 81 comments of corsacca

Hey @garlandwong, Thanks for messaging. D.T itself doesn't handle sending email. When installing Wordpress usually a mailing system is set up. Popular WordPress providers do this out of the box...

@garlandwong Were you able to get this one resolved? I'll close this one as we haven't heard back from you.

Great, glad it is now working!

@kodinkat can you give an example of how this will be used?

@kodinkat how does this compare with using this filter? `$redirect_url = apply_filters( 'dt_login_redirect_url', $redirect_url );`

@kodinkat I think the default workflow would be to pass in or load the SSO login with the desired redirect instead of trying to determine the correct redirect after login....

Thanks @kodinkat! It looks like this PR is no longer needed. The user fix is also covered here: https://github.com/DiscipleTools/disciple-tools-theme/pull/2598

@OpenHands please fix the failing actions on PR #2733 at branch `google-key-error`

Thanks @kodinkat home-srceen.css has 2000+ lines of css, with 300+ uses of !important, and some duplication. I think we can simplify and reduce. One win might be to add `$allowed_css...