Login icon indicating copy to clipboard operation
Login copied to clipboard

A login and security component for MODx Revolution.

Results 46 Login issues
Sort by recently updated
recently updated
newest added

I'm trying to create registration with only email needed. I generate usernames like 4568245873 but when i try to confirm registration - i see 404 error page. I tried to...

When `&generatePassword` property is set to `1`, Register snippet does not perform registration at all.

When a validation error occur, the error.message placeholder remains empty. I tried with and without prefix. I'm using Login 1.9.4-pl2.

When using &ensurePasswordStrength=`1` &ensurePasswordStrengthSuggestions=`5` I had the following password rejected as not being secure enough: **5Iid5/BGaWvCqcaOwxbywg==** The following password was accepted: **password** Adding options using these did not seem to...

It's possible to exceed the php memory limit in a Register snippet with the following settings: ``` &ensurePasswordStrength=`1` ``` Add a password field: ``` ``` and submit the form without...

I used multi-language site and used ```&contexts=`web,en` ``` – that's not working. Is there another ways to turn it on?

Please add setPlaceholders to forgotPassword controller as in other controllers. It'll be good for third party snippets integration. For exmaple AjaxForm allows you to wrap every snippet in ajax request...

enhancement

Using different names and chars in value strings, seems to crash serveral parts of the login package, topmost the Register snippet. Rev 1.9.0 to 1.9.2 Working defaults in [[Register]] :...

I'm used to calling placeholders in formit uncached ([[!+email]]). ``` ``` The login documentation (for example updateProfile: http://rtfm.modx.com/extras/revo/login/login.updateprofile) is using placeholders cached: ``` ``` Can somebody shed some light why...

Unless the package manager/login package update process has defects, which would be serious... One of the snippets (isLoggedIn) has a mismatch between the default properties set and what is used...

bug