Closed abrown45 closed 3 years ago
the ocUser cookie is scrubbed of hyphens so usernames with hyphens are failing to authenticate. The fix is to add the dash to approved cookie chars.
Closed with commit 26182 SANITIZE COOKIE FIX - adding dash to allowed chars for the cookie allowing usernames that contain a dash. GH: https://github.com/tsgrp/HPI/issues/2337
CR: skovacinski, nengerer
Issue
the ocUser cookie is scrubbed of hyphens so usernames with hyphens are failing to authenticate. The fix is to add the dash to approved cookie chars.