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 Oct 20, 2024. It is now read-only.
Manually add a plugin with parameters above using web ui and got an error;
(optional) go to registration page and try type username – it will fails each time before the type is fixed through database (verification-code-length: 8 not verification-code-length: "8");
(optional, second issue) When username is email, if I type not email (username for example) frontend app sends a infinity requests to backend in a loop;
Expected behavior
Normal working.
Screenshots
Click me
System (please complete the following information):
OS/Environment: Mac OS Ventura
Browser used: Version 117.0.5907.0 (Official Build)
Glewlwyd Version: 2.7.5
Source installation: Docker
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
If you update a plugin with incorrect parameters, the plugin reset should fail, therefore the plugin will not be available to the user. And the plugin parameter verification code in very strict with the expected types, so if you pass a string instead of an integer, the plugin won't start.
(optional, second issue) When username is email, if I type not email (username for example) frontend app sends a infinity requests to backend in a loop;
Describe the issue
When saving configuration I always getting an error:
["verification-code-length is mandatory and must be a positive integer"]
because frontend app sends
string
, notpositive-int
.Request 1 sample (200):
Request 2 sample (500):
To Reproduce
verification-code-length: 8
notverification-code-length: "8"
);Expected behavior
Normal working.
Screenshots
Click me
System (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: