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
{{ message }}
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.
The component passwordGenerator (in components) has a regex which uses a function generatePassword (in libs/passwordGenerator.tsx) by comparing its output against a regex. Unfortunately, because of the regex pattern, this can cause the backend to crash when including special characters.
The text was updated successfully, but these errors were encountered:
The component
passwordGenerator
(incomponents
) has a regex which uses a functiongeneratePassword
(inlibs/passwordGenerator.tsx
) by comparing its output against a regex. Unfortunately, because of the regex pattern, this can cause the backend to crash when including special characters.The text was updated successfully, but these errors were encountered: