[us-commits] [ehb54/us3lims_newinst] 0c7465: Fix new account registration failing on missing us...
emre brookes
noreply at github.com
Thu Aug 20 11:34:56 MDT 2026
Branch: refs/heads/fix-register-usernamepam
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>
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