web-ui icon indicating copy to clipboard operation
web-ui copied to clipboard

Create Hashlist - URGENT

Open xbenyx opened this issue 7 months ago • 0 comments

This pull request is really important and affects Web UI and API V2 if wrong key is used.

After some tests, we found that when the payload is being sent with the key separator it works fine and no error is returned and the response returns with the key separator. However, after checking the database no separator is being saved.

{ "0": { " #_id": 0, "name": "Test2", "separator": "", "useBrain": false, ##..... } }

In order for the separator to work this pull request needs to be merged. Maybe some fix in the API v2 @zyronix ? I saw in the PHP at least 3 names for the separator.

xbenyx avatar Jul 09 '24 20:07 xbenyx