Skip to content

Auto-correct / auto-complete for UserId's

Charles Wright requested to merge cvwright/29-autocomplete-userid into main

Added a new function that attempts to guess UserIds when the user inputs an invalid string.

Common cases include: missing "@" at the beginning, missing domain, or formatting the user id like an email address.

Closes #29 (closed).

Merge request reports