Skip to content

135 create users fixes#168

Open
Joao Vitor Barros da Silva (jvitorbarros15) wants to merge 2 commits into
mainfrom
135-create-users-fixes
Open

135 create users fixes#168
Joao Vitor Barros da Silva (jvitorbarros15) wants to merge 2 commits into
mainfrom
135-create-users-fixes

Conversation

@jvitorbarros15
Copy link
Copy Markdown
Contributor

  • Fixed header validation and create user integration
  • Fix bom encoding in csv

usmannsiddiqui and others added 2 commits April 21, 2026 15:14
)

  Validate that required columns (Username, First Name, Last Name, Email)
  exist in the CSV before processing rows. Raises a descriptive error
  listing missing columns instead of crashing with NoMethodError on nil.

  Add 'bom|utf-8' encoding to CSV.foreach so Excel-exported files with
  BOM are handled correctly (same class of bug fixed in PR #163 for LDAP
  Check).
Copy link
Copy Markdown
Contributor

@ajkiessl Alex Kiessling (ajkiessl) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants