[us-commits] [ehb54/us3lims_newinst] 0c7465: Fix new account registration failing on missing us...

emre brookes noreply at github.com
Sat Sep 26 17:06:34 MDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/ehb54/us3lims_newinst
  Commit: 0c7465414757578bcd1a9e106ea8c8680746c4c0
      https://github.com/ehb54/us3lims_newinst/commit/0c7465414757578bcd1a9e106ea8c8680746c4c0
  Author: ehb54 <brookes at uthscsa.edu>
  Date:   2026-08-20 (Thu, 20 Aug 2026)

  Changed paths:
    M register.php

  Log Message:
  -----------
  Fix new account registration failing on missing userNamePAM column

register.php inserted userNamePAM into the new-instance request
database's people table, but that schema has no such column, so every
registration died with "Unknown column 'userNamePAM' in 'field list'".

The column is only needed in the per-instance uslims3_* LIMS databases,
where create_instance.php sets it to the user's email address over a
separate connection. Nothing reads it back from the request database,
so drop it from this INSERT.

Co-Authored-By: Claude Opus 5 <noreply at anthropic.com>


  Commit: af8e6b0067a27c8f1f1ecba5c986f8a1e64a86a5
      https://github.com/ehb54/us3lims_newinst/commit/af8e6b0067a27c8f1f1ecba5c986f8a1e64a86a5
  Author: emre brookes <ehb54 at users.noreply.github.com>
  Date:   2026-09-26 (Sat, 26 Sep 2026)

  Changed paths:
    M register.php

  Log Message:
  -----------
  Merge pull request #23 from ehb54/fix-register-usernamepam

Fix new account registration failing on missing userNamePAM column


Compare: https://github.com/ehb54/us3lims_newinst/compare/6efa3a135855...af8e6b0067a2

To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/us3lims_newinst/settings/notifications


More information about the us-commits mailing list