Login
Login copied to clipboard
A login and security component for MODx Revolution.
> core/components/login/model/login/loginvalidator.class.php Password Confirmation was not getting the `password` field value through the "params". When i did it manually, it worked. ``` public function password_confirm($key,$value,$param = 'password_confirm') { if (empty($value))...
Not sent letter again with activation. Call snippet: ``` [[!Register? &activation=`1` &activationEmailSubject=`Confirmation` &activationEmailTpl=`lgnActivationEmailTpl` &activationResourceId=`2269` &usergroups=`Users` &validate=`password:required:minLength=^5^,password_confirm:password_confirm=^password^,email:required:email` &usernameField=`email` &submitVar=`registerbtn` ]] ``` First mail is comes. When re-sending the registration form, user...
Make that when activated ResetPassword user is automatically activated. If he does not have time to be activated at a specified time in the Register activationttl, it will not active...
How about separating login and logout snippet? In my case both point to different resources/pages and handled differently.
The documentation in the RTFM is badly out-of-date, and the README.md here is useless.
It seems that updateProfile only works if you use the default name for the submit button and remove any &submitVar parameter from the function call. &submitVar is included in the...
Problem is, $scriptProperties[’param’] seems to be replacing ’.’ with ’_’ in the email address... so the validator always fails. "[email protected] does not match jrotering@gmail_com"... http://forums.modx.com/index.php/topic,50654.0.html This bug is 4 year...
The Register snippet and its controller do not follow the standards for the Login package. The HTML mark-up to be applied to error messages cannot be over-ridden. In general the...
Is this just me, or is the lgnRegisterForm chunk included in the package not correct? If I use that chunk with the Register snippet, the form does not submit or...