You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When Selecting 'Include Uppercase' while 'Include Letters' is not selected in the Password generator, the Website crashes.
This Only Affects the Browser used.
To Reproduce
Steps to reproduce the behavior:
Click 'New Account'
Edit Password Complexity
Deselect 'Include Letters'
Accept
Generate Password
Website Freezes
Expected behavior
A Password not containing Lowercase Letters should be generated
Screenshots
Platform:
Google Chrome 87 on Windows 10 20H2
Syspass running on Ubuntu 18.04
sysPass Version
3.1 (310.19081801)
Describe the bug
When Selecting 'Include Uppercase' while 'Include Letters' is not selected in the Password generator, the Website crashes.
This Only Affects the Browser used.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A Password not containing Lowercase Letters should be generated
Screenshots
Platform:
Google Chrome 87 on Windows 10 20H2
Syspass running on Ubuntu 18.04
Additional context
According to this Line:
sysPass/public/js/app-util.js
Line 389 in aa5ff55
Uppercase Letters will be ignored if Lowercase Letters are not Selected.
However This Line:
sysPass/public/js/app-util.js
Line 447 in aa5ff55
Will check Uppercase even if there are no Lowercase Letters, Resulting in an Infinite Loop.
sysPass/public/js/app-util.js
Line 466 in aa5ff55
Thank you for your Time.
The text was updated successfully, but these errors were encountered: