I have a user flow that allows anonymous users to create a node before creating an account.
On that node is a file field with an IMCE link that allows them to select an image from a public image folder on the server

An anonymous user is able to upload an image directly to the file field with no trouble
An anonymous user can view the IMCE browser link, they can view the available images in IMCE, but when they go so select them, nothing happens.
You can double click, click the select button, etc, but the image is not selected/added to the image field.

When I go in as an authenticated user selection via IMCE works.

Comments

DrupalHack created an issue. See original summary.

DrupalHack’s picture

Issue summary: View changes

  • ufku committed 5ab65c4 on 7.x-1.x
    Issue #2901619: Fixed token validation for anonymous users.
    
ufku’s picture

-

ufku’s picture

Assigned: DrupalHack » Unassigned
Status: Active » Fixed

It was a token validation issue. Committed a fix.
Thanks.

DrupalHack’s picture

It's fixed. Incredible. Thank you so much for your time.

Status: Fixed » Closed (fixed)

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