Closed (fixed)
Project:
Acquia Connector
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2018 at 21:16 UTC
Updated:
23 Dec 2019 at 23:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
traviscarden commentedHere's a simple patch that adds the condition that a username that contains the strings "admin" or "root" also be fewer than 15 characters in length before being considered "common".
Comment #5
traviscarden commentedThanks!
Comment #8
danepowell commentedCHAR_LENGTH is not valid for sqlite so this doesn't run in ORCA. I'll be changing this to LENGTH which I think will have the same effect?