Closed (fixed)
Project:
Poool
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2021 at 07:22 UTC
Updated:
7 Sep 2021 at 15:39 UTC
Jump to comment: Most recent
This issue has been reported by Ugo Stephant of the Poool team.
In the poool.module file, appID is checked with a regex on the old appID format. The new one is a unique alphanumeric string of 64 characters. Both are valids, but here is the regex for the new one : /[A-Za-z0-9]{64}/
Keep both regex, add the new one.
Comments
Comment #3
goz commented