Reply To: three sql errors when upgrading from 2013.1.beta.8

#879
joncas
Participant

One more patch that would be needed when upgrading older si databases is to add the password constraints to the si_system_defaults table:

password_lower
password_min_length
password_number
password_special
password_upper

Otherwise the validation pattern in the user edit form doesn’t accept any password changes.
Enclosed is the patch update display that showed when first opening the old database with Master_2019.2
After applying them all, the password constraints were still missing in the si_system_defaults table.