Problem/Motivation

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}/

Proposed resolution

Keep both regex, add the new one.

Comments

GoZ created an issue. See original summary.

  • GoZ committed 0d21319 on 1.0.x
    Issue #3222099: New appID format
    
goz’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.