wp-pwa/worona-wp-plugin

"Change Site Id" checks should match Id format generated by the dashboard

Closed this issue · 2 comments

The dashboard is now generating this ids:

AS1231XOY74

It was generating other format before:

xd5BZhxcyC3c8YPMX

The only rule I'm checking on the plugin is if( strlen( $siteId ) < 17) then error but it looks like the Dashboard is not generating 17 characters long ids anymore.

False alert, the AS1231XOY74 id was in the dashboard-layout. It was a fake ID.