Login
Login copied to clipboard
A login and security component for MODx Revolution.
Feature request: add pre and post hook processing for ForgotPassword to prevent hammering/flood control on the forgot password form.
### Summary Password resets return with an error displayed to the user. ### Step to reproduce Use the Forgot Password system and click on the link in the email. Use...
https://github.com/modxcms/Login/blob/master/core/components/login/elements/chunks/lgnforgotpasssenttpl.chunk.tpl Something many users might not know is that when you allow the feature "Reset Password" you need to really really really customize this one uncommon tpl ```[[!Login? &sentTpl=`lgnForgotPassSentTpl`]]``` Otherwise,...
In the documentation it says that **&redirectToPrior**, if true, will redirect the user to the referring page (HTTP_REFERER) on successful login. It says that the default is \`0\`. This suggests...
Hi, you can add to Login documentation the details bellow: To Login and Logout to multiple subdomain contexts update the system setting session_cookie_domain to .youdomain.xx and add the contexts keys...
Using `registry.modFileRegister` means activations fail in load balanced environments when the registration request happens on a different server to the activation request.
Can the autoLogin & forceChangePassword settings be used in conjunction? I've been getting a 'This page isn’t working' from the email sent from ResetPassword snippet Ideally looking for a way...
When ConfirmRegister is set to authenticate, the OnWebLogin event doesn't seem to fire. I need to set an extra cookie, and attaching to OnUserActivate doesn't sound right.
**MODX 2.6.1 / Login 1.9.5** ## Issue The error message placeholder always returns empty when using the Change Password snippet. Looking at the code, the error message placeholder should be...
**Using MODX 2.6.1 / Login 1.9.5** ## Issue If the register snippet is posted blank by mistake, the password_confirm field loads directly a lexicon value (register.password_not_confirmed), which is not assigned...