Skip to content

Instantly share code, notes, and snippets.

@patrickatwsrn
Created July 31, 2022 14:01
Show Gist options
  • Save patrickatwsrn/c0221acbaaebdbbbd7d9dd649c8c4db6 to your computer and use it in GitHub Desktop.
Save patrickatwsrn/c0221acbaaebdbbbd7d9dd649c8c4db6 to your computer and use it in GitHub Desktop.
Notes on setting up different login ideas for members

Notes on setting up different login ideas for members

Important This is work in progress and FAR away from completed.

Ideas:

  • Login webhook that sends a message to a slack message board.

MODX Extras

  • Login by jako: Loads a simple login/logout form, with password retrieval functionality and a register form snippet.
  • Auth0 by sepiariver - Log in to MODX using any/all of the Identify Providers (IdPs) supported by Auth0, such as Google, Facebook, Twitter, Github, Microsoft, Dropbox, and dozens of others, including enterprise services Readmore: https://sepiariver.com/modx/auth0-for-modx-cms/
  • Login Notification by indigo74 - It provides an email notification on manager login. This is a security feature so an administrator can quickly detect a fraudulent connection. Readmore: https://github.com/Indigo744/Modx-Revo-Login-Notification
  • Captcha by bobray: This utility provides Captcha verification in the MODx Manager login.

Docs

https://docs.modx.com/3.x/en/building-sites/client-proofing/security/security-tutorials/making-member-only-pages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment