Closed (fixed)
Project:
OpenID Connect / OAuth client
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2017 at 09:05 UTC
Updated:
4 Nov 2023 at 12:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
goz commentedComment #3
nod_Solved it a different way (D8 Patch). md5 the id given back by the auth server, length is predictable that way.
Comment #4
pjcdawkins commentedThe rules for valid usernames are quite complex. This adds a function that sanitizes the new username according to Drupal core's rules.
Comment #6
sanduhrsCommitted, thanks!